ConstraintViolationBuilderInterface::setParameters()

ConstraintViolationBuilderInterface setParameters(array $parameters) Sets all parameters to be inserted into the violation message. Parameters array $parameters An array with the parameter names as keys and the values to be inserted in their place as values Return Value ConstraintViolationBuilderInterface This builder

DelegatingEngine::getEngine()

EngineInterface getEngine(string|TemplateReferenceInterface $name) Get an engine able to render the given template. Parameters string|TemplateReferenceInterface $name A template name or a TemplateReferenceInterface instance Return Value EngineInterface The engine Exceptions RuntimeException if no engine able to work with the template is found

GenericMetadata::getTraversalStrategy()

int getTraversalStrategy() Returns the strategy for traversing traversable objects. Return Value int The traversal strategy

ValidatorBuilderInterface::setMetadataFactory()

ValidatorBuilderInterface setMetadataFactory(MetadataFactoryInterface $metadataFactory) Sets the class metadata factory used by the validator. Parameters MetadataFactoryInterface $metadataFactory The metadata factory Return Value ValidatorBuilderInterface The builder object

EnumNodeDefinition

class EnumNodeDefinition extends ScalarNodeDefinition Enum Node Definition. Methods __construct(string $name, NodeParentInterface $parent = null) Constructor. from NodeDefinition NodeDefinition|$this setParent(NodeParentInterface $parent) Sets the parent node. from NodeDefinition NodeDefinition|$this info(string $info) Sets info message. from NodeDefinition NodeDefinition|$this example(string|array $example) Sets example configuration. from NodeDefinition NodeDefinition|$th

ClassResolverTrait

trait ClassResolverTrait Resolves a class name.

Bridge\Doctrine\DependencyInjection

Namespaces Symfony\Bridge\Doctrine\DependencyInjection\CompilerPassSymfony\Bridge\Doctrine\DependencyInjection\Security Classes AbstractDoctrineExtension This abstract classes groups common code that Doctrine Object Manager extensions (ORM, MongoDB, CouchDB) need.

AbstractNormalizer::setCallbacks()

AbstractNormalizer setCallbacks(array $callbacks) Set normalization callbacks. Parameters array $callbacks help normalize the result Return Value AbstractNormalizer Exceptions InvalidArgumentException if a non-callable callback is set

FormRegistry::getType()

ResolvedFormTypeInterface getType(string $name) Returns a form type by name. This methods registers the type extensions from the form extensions. Parameters string $name The name of the type Return Value ResolvedFormTypeInterface The type Exceptions InvalidArgumentException if the type can not be retrieved from any extension

Acl::updateObjectAuditing()

updateObjectAuditing(int $index, bool $auditSuccess, bool $auditFailure) Updates auditing for object-based ACE Parameters int $index bool $auditSuccess bool $auditFailure