RemovePrivateAliasesPass

class RemovePrivateAliasesPass implements CompilerPassInterface Remove private aliases from the container. They were only used to establish dependencies between services, and these dependencies have been resolved in one of the previous passes. Methods process(ContainerBuilder $container) Removes private aliases from the ContainerBuilder. Details process(ContainerBuilder $container) Removes private aliases from the ContainerBuilder. Parameter

HashNode::getId()

string getId() Return Value string

AnonymousToken::unserialize()

unserialize($serialized) {@inheritdoc} Parameters $serialized

RepeatedTypeValidatorExtension::configureOptions()

configureOptions(OptionsResolver $resolver) Configures the options for this type. Parameters OptionsResolver $resolver The resolver for the options.

AclInterface::getClassAces()

array getClassAces() Returns all class-based ACEs associated with this ACL Return Value array

ChoiceFormField::containsOption()

bool containsOption(string $optionValue, array $options) Checks whether given value is in the existing options. Parameters string $optionValue array $options Return Value bool

RemoveUnusedDefinitionsPass::process()

process(ContainerBuilder $container) Processes the ContainerBuilder to remove unused definitions. Parameters ContainerBuilder $container

XmlDescriptor

class XmlDescriptor extends Descriptor Methods describe(OutputInterface $output, object $object, array $options = array()) Describes an InputArgument instance. from Descriptor Details describe(OutputInterface $output, object $object, array $options = array()) Describes an InputArgument instance. Parameters OutputInterface $output object $object array $options

InlineServiceDefinitionsPass::process()

process(ContainerBuilder $container) Processes the ContainerBuilder for inline service definitions. Parameters ContainerBuilder $container

OptionsResolverInterface deprecated::setDefaults()

OptionsResolverInterface setDefaults(array $defaultValues) Sets default option values. The options can either be values of any types or closures that evaluate the option value lazily. These closures must have one of the following signatures: function (Options $options) function (Options $options, $value) The second parameter passed to the closure is the previously set default value, in case you are overwriting an existing default value. The closures should return the lazily cr