Component\Console\Command

Classes Command Base class for all commands. HelpCommand HelpCommand displays the help for a given command. ListCommand ListCommand displays the list of all available commands for the application.

MergeExtensionConfigurationPass

class MergeExtensionConfigurationPass implements CompilerPassInterface Merges extension configs into the container builder. Methods process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $container

SessionBagInterface::initialize()

initialize(array $array) Initializes the Bag. Parameters array $array

UserChecker::checkPreAuth()

checkPreAuth(UserInterface $user) Checks the user account before authentication. Parameters UserInterface $user a UserInterface instance

AbstractRendererEngine::setTheme()

setTheme(FormView $view, mixed $themes) Sets the theme(s) to be used for rendering a view and its children. Parameters FormView $view The view to assign the theme(s) to mixed $themes The theme(s). The type of these themes is open to the implementation.

CardScheme::getDefaultOption()

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

Expression

class Expression extends Constraint Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. EXPRESSION_FAILED_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint $message $expressi

UploadedFile::getClientOriginalExtension()

string getClientOriginalExtension() Returns the original file extension. It is extracted from the original file name that was uploaded. Then it should not be considered as a safe value. Return Value string The extension

Dumper

class Dumper Dumper dumps PHP variables to YAML strings. Methods __construct(int $indentation = 4) setIndentation(int $num) Sets the indentation. string dump(mixed $input, int $inline, int $indent, int $flags) Dumps a PHP value to YAML. Details __construct(int $indentation = 4) Parameters int $indentation setIndentation(int $num) Sets the indentation. Parameters int $num The amount of sp

SecurityBundle

class SecurityBundle extends Bundle Bundle. Methods boot() Boots the Bundle. from Bundle shutdown() Shutdowns the Bundle. from Bundle build(ContainerBuilder $container) Builds the bundle. setContainer(ContainerInterface $container = null) Sets the container. from Bundle ExtensionInterface|null getContainerExtension() Returns the bundle's container extension. from Bundle string getNamespace() Gets the Bundle namespace. from Bundle string getPath() Gets the Bundle