SecurityExtension::addSecurityListenerFactory()

addSecurityListenerFactory(SecurityFactoryInterface $factory) Parameters SecurityFactoryInterface $factory

SerializerAwareEncoder

class SerializerAwareEncoder implements SerializerAwareInterface SerializerAware Encoder implementation. Methods setSerializer(SerializerInterface $serializer) Sets the owning Serializer object. Details setSerializer(SerializerInterface $serializer) Sets the owning Serializer object. Parameters SerializerInterface $serializer

SerializerInterface::deserialize()

object deserialize(mixed $data, string $type, string $format, array $context = array()) Deserializes data into the given type. Parameters mixed $data string $type string $format array $context Return Value object

RepeatedTypeValidatorExtension

class RepeatedTypeValidatorExtension extends AbstractTypeExtension Methods buildForm(FormBuilderInterface $builder, array $options) Builds the form. from AbstractTypeExtension buildView(FormView $view, FormInterface $form, array $options) Builds the view. from AbstractTypeExtension finishView(FormView $view, FormInterface $form, array $options) Finishes the view. from AbstractTypeExtension setDefaultOptions(OptionsResolverInterface $resolver) Overrides the default options from

RepeatedTypeValidatorExtension::getExtendedType()

string getExtendedType() Returns the name of the type being extended. Return Value string The name of the type being extended

Acl::getParentAcl()

AclInterface|null getParentAcl() Returns the parent ACL, or null if there is none. Return Value AclInterface|null

Request::getContent()

string|resource getContent(bool $asResource = false) Returns the request body content. Parameters bool $asResource If true, a resource will be returned Return Value string|resource The request body content or a resource to read the body stream Exceptions LogicException

ValidatorBuilderInterface::setMetadataCache()

ValidatorBuilderInterface setMetadataCache(CacheInterface $cache) Sets the cache for caching class metadata. Parameters CacheInterface $cache The cache instance Return Value ValidatorBuilderInterface The builder object

Scope deprecated::getParentName()

getParentName()

Request::hasSession()

bool hasSession() Whether the request contains a Session object. This method does not give any information about the state of the session object, like whether the session is started or not. It is just a way to check if this Request is associated with a Session instance. Return Value bool true when the Request contains a Session object, false otherwise