FormExtensionInterface::hasType()

bool hasType(string $name) Returns whether the given type is supported. Parameters string $name The name of the type Return Value bool Whether the type is supported by this extension

OperationInterface::getDomains()

array getDomains() Returns domains affected by operation. Return Value array

Acl::serialize()

string serialize() Implementation for the \Serializable interface Return Value string

ResolvedFormTypeInterface::getTypeExtensions()

FormTypeExtensionInterface[] getTypeExtensions() Returns the extensions of the wrapped form type. Return Value FormTypeExtensionInterface[] An array of {@link FormTypeExtensionInterface} instances

FormDataCollectorInterface::collectViewVariables()

collectViewVariables(FormView $view) Stores the view variables of the given form view and its children. Parameters FormView $view A root form view

VariableNode::setName()

setName(string $name) Sets the name of the node. Parameters string $name The name of the node

ArrayNode::evaluate()

evaluate($functions, $values) Parameters $functions $values

SplFileInfo::getRelativePath()

string getRelativePath() Returns the relative path. This path does not contain the file name. Return Value string the relative path

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