PmListCommand
final class PmListCommand extends Command (View source)
Traits
A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
Constants
NAME |
|
Properties
protected FormatterOptions | $formatterOptions | from FormatterTrait | |
protected ConfigFactoryInterface | $configFactory | from PmTrait | |
protected ModuleExtensionList | $extensionListModule | from PmTrait | |
protected ModuleHandlerInterface | $moduleHandler | from PmTrait | |
protected PermissionHandlerInterface | $permissionHandler | from PmTrait |
Methods
Instantiates a new instance of the implementing class using autowiring.
Filter, format, and write to the output
If the source data was wrapped in a marker class such as RowsOfFields, then re-apply the wrapper.
Public because is used by FormatterListener.
Calculate an extension status based on current status and schema version.
No description
No description
No description
No description
Details
static
create(ContainerInterface $container)
Instantiates a new instance of the implementing class using autowiring.
protected void
writeFormattedOutput(InputInterface $input, OutputInterface $output, $data)
Filter, format, and write to the output
protected mixed
alterResult($result, InputInterface $input)
No description
protected
wrapFilteredResult($data, $source)
If the source data was wrapped in a marker class such as RowsOfFields, then re-apply the wrapper.
protected FormatterOptions
getFormatterOptions()
No description
void
setFormatterOptions(FormatterOptions $formatterOptions)
Public because is used by FormatterListener.
protected mixed
getPrivatePropValue(mixed $object, $name)
No description
array
addInstallDependencies($modules)
No description
addUninstallDependencies($modules)
No description
string
extensionStatus($extension)
Calculate an extension status based on current status and schema version.
protected array
getModuleLinks(Extension $module)
No description
__construct(ConfigFactoryInterface $configFactory, ModuleHandlerInterface $moduleHandler, ThemeHandlerInterface $themeHandler, ModuleExtensionList $extensionListModule, LoggerInterface $logger, FormatterManager $formatterManager)
No description
protected void
configure()
No description
int
execute(InputInterface $input, OutputInterface $output)
No description
protected RowsOfFields
doExecute(InputInterface $input, OutputInterface $output)
No description