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

HeaderBag::removeCacheControlDirective()

removeCacheControlDirective(string $key) Removes a Cache-Control directive. Parameters string $key The Cache-Control directive

ClassMetadata::merge()

merge(ClassMetadataInterface $classMetadata) Merges a {@link ClassMetadataInterface} in the current one. Parameters ClassMetadataInterface $classMetadata