Acl::getObjectFieldAces()

array getObjectFieldAces(string $field) Returns all object-field-based ACEs associated with this ACL Parameters string $field Return Value array

Bridge\Propel1\DependencyInjection\Security

Namespaces Symfony\Bridge\Propel1\DependencyInjection\Security\UserProvider

FormConfigInterface::getOption()

mixed getOption(string $name, mixed $default = null) Returns the value of a specific option. Parameters string $name The option name mixed $default The value returned if the option does not exist Return Value mixed The option value

ElementMetadata deprecated

class ElementMetadata extends GenericMetadata deprecated since version 2.5, to be removed in 3.0. Extend {@link GenericMetadata} instead. Contains the metadata of a structural element. Properties Constraint[] $constraints from GenericMetadata array $constraintsByGroup from GenericMetadata int $cascadingStrategy The strategy for cascading objects. from GenericMetadata int $traversalStrategy The strategy for traversing traversable objects. from GenericMetadata Methods string[

KernelInterface::isDebug()

bool isDebug() Checks if debug mode is enabled. Return Value bool true if debug mode is enabled, false otherwise

Form::initialize()

FormInterface initialize() Initializes the form tree. Should be called on the root form after constructing the tree. Return Value FormInterface The form instance

TextareaType::buildView()

buildView(FormView $view, FormInterface $form, array $options) Builds the form view. This method is called for each type in the hierarchy starting from the top most type. Type extensions can further modify the view. A view of a form is built before the views of the child forms are built. This means that you cannot access child views in this method. If you need to do so, move your logic to {@link finishView()} instead. Parameters FormView $view The view FormInterface $form The form

OrderedHashMapIterator::current()

current() {@inheritdoc}

OutputFormatterInterface::setDecorated()

setDecorated(bool $decorated) Sets the decorated flag. Parameters bool $decorated Whether to decorate the messages or not

DoctrineCache::setCache()

setCache(Cache $cache) Sets the cache to adapt. Parameters Cache $cache The cache to adapt