ListCommand

class ListCommand extends Command ListCommand displays the list of all available commands for the application. Methods __construct(string|null $name = null) Constructor. from Command ignoreValidationErrors() Ignores validation errors. from Command setApplication(Application $application = null) Sets the application instance for this command. from Command setHelperSet(HelperSet $helperSet) Sets the helper set. from Command HelperSet getHelperSet() Gets the helper set. fro

AbstractFileExtractor

class AbstractFileExtractor Base class used by classes that extract translation messages from files.

RegionDataProvider

class RegionDataProvider Data provider for region-related ICU data. Methods __construct(string $path, BundleEntryReaderInterface $reader) Creates a data provider that reads locale-related data from .res files. getRegions() getName($region, $displayLocale = null) getNames($displayLocale = null) Details __construct(string $path, BundleEntryReaderInterface $reader) Creates a data provider that reads locale-related data from .res

ConsoleOutputInterface::setErrorOutput()

setErrorOutput(OutputInterface $error) Sets the OutputInterface used for errors. Parameters OutputInterface $error

Crawler::text()

string text() Returns the node value of the first node of the list. Return Value string The node value Exceptions InvalidArgumentException When current node is empty

Extension::getXsdValidationBasePath()

string getXsdValidationBasePath() Returns the base path for the XSD files. Return Value string The XSD base path

ProgressHelper deprecated::getName()

string getName() Returns the canonical name of this helper. Return Value string The canonical name

GlobalVariables::getRequest()

Request|null getRequest() Returns the current request. Return Value Request|null The HTTP request object

UserChecker::checkPostAuth()

checkPostAuth(UserInterface $user) Checks the user account after authentication. Parameters UserInterface $user a UserInterface instance

HelperSet::getIterator()

Helper[] getIterator() Return Value Helper[]