class ValidatorExtension extends AbstractExtension
Extension supporting the Symfony Validator component in forms.
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(ValidatorInterface $validator) | ||
loadTypeGuesser() |
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.
Please login to continue.