class InfoCommand extends AbstractCommand
Properties
| protected InputInterface | $input | from AbstractCommand |
|
|
| protected OutputInterface | $output | from AbstractCommand |
|
|
| protected int | $isolatedExitCode | from AbstractCommand |
|
Methods
__construct(ExtensionManager $extensions, Config $config, SettingsRepositoryInterface $settings, ConnectionInterface $db, ApplicationInfoProvider $appInfo)
No description
array
webServerMemoryLimitFiles()
Files that may declare the web SAPI's `memory_limit`, in priority order.
array
webServerMemoryLimitConfDirs()
conf.d directories whose INI files may override the web SAPI's `memory_limit`.
Details
at
line 26
__construct(ExtensionManager $extensions, Config $config, SettingsRepositoryInterface $settings, ConnectionInterface $db, ApplicationInfoProvider $appInfo)
in AbstractCommand
at
line 36
protected void
configureIsolation()
in AbstractCommand
at
line 47
protected int
execute(InputInterface $input, OutputInterface $output)
in AbstractCommand
at
line 71
protected CommandMutex
commandIsolationMutex()
at
line 43
protected int
fire()
in AbstractCommand
at
line 78
protected bool
hasOption(string $name)
in AbstractCommand
at
line 83
protected void
info(string $message)
in AbstractCommand
at
line 88
protected void
comment(string $message)
in AbstractCommand
at
line 97
protected void
error(string $message)
Send an error or warning message to the user.
If possible, this will send the message via STDERR.
at
line 36
protected void
configure()
at
line 242
protected array
webServerMemoryLimitFiles()
Files that may declare the web SAPI's `memory_limit`, in priority order.
at
line 268
protected array
webServerMemoryLimitConfDirs()
conf.d directories whose INI files may override the web SAPI's `memory_limit`.
at
line 283
protected string|null
detectWebServerMemoryLimit()
Try to detect the web server's PHP memory limit.
This is a best-effort attempt and may not work in all environments.