AbstractConfigCommand

class AbstractConfigCommand extends ContainerDebugCommand A console command for dumping available configuration reference. 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 help

BinaryFileResponse::setAutoLastModified()

setAutoLastModified() Automatically sets the Last-Modified header according the file modification date.

MetadataInterface::getConstraints()

Constraint[] getConstraints() Returns all constraints of this element. Return Value Constraint[] A list of Constraint instances

ArrayKeyChoiceList deprecated::getValuesForChoices()

string[] getValuesForChoices(array $choices) Returns the values corresponding to the given choices. The values are returned with the same keys and in the same order as the corresponding choices in the given array. Parameters array $choices An array of choices. Non-existing choices in this array are ignored Return Value string[] An array of choice values

SecurityExtension::getFunctions()

getFunctions() {@inheritdoc}

Constraint::getDefaultOption()

string getDefaultOption() Returns the name of the default option. Override this method to define a default option. Return Value string See also __construct()

FormConfigBuilder::setData()

FormConfigBuilderInterface setData(mixed $data) Sets the initial data of the form. Parameters mixed $data The data of the form in application format Return Value FormConfigBuilderInterface The configuration object

Router::getRouteCollection()

RouteCollection getRouteCollection() Gets the RouteCollection instance associated with this Router. Return Value RouteCollection A RouteCollection instance

Translator::registerExtension()

Translator registerExtension(ExtensionInterface $extension) Registers an extension. Parameters ExtensionInterface $extension Return Value Translator

Bundle\SecurityBundle\DataCollector

Classes SecurityDataCollector SecurityDataCollector.