FormDataCollector::buildPreliminaryFormTree()

buildPreliminaryFormTree(FormInterface $form) Assembles the data collected about the given form and its children as a tree-like data structure. The result can be queried using {@link getData()}. Parameters FormInterface $form A root form

MutableAclInterface::deleteClassAce()

deleteClassAce(int $index) Deletes a class-based ACE Parameters int $index

MutableAclInterface::insertClassAce()

insertClassAce(SecurityIdentityInterface $sid, int $mask, int $index, bool $granting = true, string $strategy = null) Inserts a class-based ACE Parameters SecurityIdentityInterface $sid int $mask int $index bool $granting string $strategy

FormDataCollector::collectSubmittedData()

collectSubmittedData(FormInterface $form) Stores the submitted data of the given form and its children. Parameters FormInterface $form A root form

AutowireServiceResource::getResource()

getResource() deprecated deprecated Implemented for compatibility with Symfony 2.8

AbstractProxy::isSessionHandlerInterface()

bool isSessionHandlerInterface() Is this proxy handler and instance of \SessionHandlerInterface. Return Value bool

ValidatorBuilderInterface::getValidator()

ValidatorInterface getValidator() Builds and returns a new validator object. Return Value ValidatorInterface The built validator

FormDataCollectorInterface::buildFinalFormTree()

buildFinalFormTree(FormInterface $form, FormView $view) Assembles the data collected about the given form and its children as a tree-like data structure. The result can be queried using {@link getData()}. Contrary to {@link buildPreliminaryFormTree()}, a {@link FormView} object has to be passed. The tree structure of this view object will be used for structuring the resulting data. That means, if a child is present in the view, but not in the form, it will be present in the final dat

FormFactoryBuilderInterface::addType()

FormFactoryBuilderInterface addType(FormTypeInterface $type) Adds a form type to the factory. Parameters FormTypeInterface $type The form type Return Value FormFactoryBuilderInterface The builder

NameConverterInterface

interface NameConverterInterface Defines the interface for property name converters. Methods string normalize(string $propertyName) Converts a property name to its normalized value. string denormalize(string $propertyName) Converts a property name to its denormalized value. Details string normalize(string $propertyName) Converts a property name to its normalized value. Parameters string $propertyName Return Value string