interface CsrfTokenManagerInterface Manages CSRF tokens. Methods CsrfToken getToken(string $tokenId) Returns a CSRF token for the given ID. CsrfToken refreshToken(string $tokenId) Generates a new token value for the given ID. string|null removeToken(string $tokenId) Invalidates the CSRF token with the given ID, if one exists. bool isTokenValid(CsrfToken $token) Returns whether the given CSRF token is valid. Details CsrfToken getToken(string
Namespaces Symfony\Component\DependencyInjection\LazyProxy\InstantiatorSymfony\Component\DependencyInjection\LazyProxy\PhpDumper
bool getDisabled() Returns whether the form is disabled. Return Value bool Whether the form is disabled
class AbstractObjectNormalizer extends AbstractNormalizer Base class for a normalizer dealing with objects. Traits SerializerAwareTrait SerializerAware trait. Constants CIRCULAR_REFERENCE_LIMIT OBJECT_TO_POPULATE GROUPS ENABLE_MAX_DEPTH DEPTH_KEY_PATTERN Methods setSerializer(SerializerInterface $serializer) Sets the serializer. from SerializerAwareTrait __construct(ClassMetadataFactoryInterface $classMetadataFactory = null, NameConverterInterface $nameCon
Classes AclSchemaListener Merges ACL schema into the given schema.
Classes Controller Controller is a simple implementation of a Controller. ControllerNameParser ControllerNameParser converts controller from the short notation a:b:c (BlogBundle:Post:index) to a fully-qualified class::method string (Bundle\BlogBundle\Controller\PostController::indexAction). ControllerResolver ControllerResolver. RedirectController Redirects a request to another URL. TemplateController TemplateController.
class XmlResourceCaster Casts XML resources to array representation. Methods static castXml($h, array $a, Stub $stub, $isNested) Details static castXml($h, array $a, Stub $stub, $isNested) Parameters $h array $a Stub $stub $isNested
File getFile() Gets the file. Return Value File The file to stream
bool migrate(bool $destroy = false, int $lifetime = null) Migrates the current session to a new session id while maintaining all session attributes. Parameters bool $destroy Whether to delete the old session or leave it to garbage collection int $lifetime Sets the cookie lifetime for the session cookie. A null value will leave the system settings unchanged, 0 sets the cookie to expire with browser session. Time is in seconds, and is not a Unix timestamp. Return Value bool True
string getPropertyPath(string $subPath = '') Returns the property path to the value that the validator is currently validating. For example, take the following object graph: (Person)---($address: Address)---($street: string) When the Person instance is passed to the validator, the property path is initially empty. When the $address property of that person is validated, the property path is "address". When the $street property of the related Address instance is validated, the pr
Page 513 of 787