class CsrfExtension extends AbstractExtension
This extension protects forms by using a CSRF token.
Methods
FormTypeInterface | getType(string $name) Returns a type by name. | from AbstractExtension |
bool | hasType(string $name) Returns whether the given type is supported. | from AbstractExtension |
FormTypeExtensionInterface[] | getTypeExtensions(string $name) Returns the extensions for the given type. | from AbstractExtension |
bool | hasTypeExtensions(string $name) Returns whether this extension provides type extensions for the given type. | from AbstractExtension |
FormTypeGuesserInterface|null | getTypeGuesser() Returns the type guesser provided by this extension. | from AbstractExtension |
__construct(CsrfTokenManagerInterface $tokenManager, TranslatorInterface $translator = null, null|string $translationDomain = null) Constructor. |
Details
FormTypeInterface getType(string $name)
Returns a type by name.
bool hasType(string $name)
Returns whether the given type is supported.
FormTypeExtensionInterface[] getTypeExtensions(string $name)
Returns the extensions for the given type.
bool hasTypeExtensions(string $name)
Returns whether this extension provides type extensions for the given type.
FormTypeGuesserInterface|null getTypeGuesser()
Returns the type guesser provided by this extension.
__construct(CsrfTokenManagerInterface $tokenManager, TranslatorInterface $translator = null, null|string $translationDomain = null)
Constructor.
Please login to continue.