Back to Joomla project (class list)

Class ExtensionDiscoverListCommand - list of methods

Console command for list discovered extensions

Extends

Package: Joomla\CMS\Console
Copyright: (C) 2021 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Console/ExtensionDiscoverListCommand.php
Project: Joomla

Method Summary

protected void
()

Initialise the command.
Returns
  • void
Since
  • 4.0.0
Show source code of this method: configure Source Code

public array
(mixed $extensions, mixed $state)

Filters the extension state
Parameters
  • array $extensions The Extensions
  • string $state The Extension state
Returns
  • array
Since
  • 4.0.0
Show source code of this method: filterExtensionsBasedOnState Source Code

protected int
(\Symfony\Component\Console\Input\InputInterface $input, \Symfony\Component\Console\Output\OutputInterface $output)

Internal function to execute the command.
Parameters
  • \Symfony\Component\Console\Input\InputInterface $input The input to inject into the command.
  • \Symfony\Component\Console\Output\OutputInterface $output The output to inject into the command.
Returns
  • int The command exit code
Since
  • 4.0.0
Show source code of this method: doExecute Source Code

Properties Summary

protected static string
$defaultName
The default command name
Since
  • 4.0.0

Tags Summary

Since
4.0.0