class ValidatorExtension extends AbstractExtension
Extension supporting the Symfony Validator component in forms.
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 |
FormTypeInterface[] | loadTypes() Registers the types. | from AbstractExtension |
FormTypeExtensionInterface[] | loadTypeExtensions() Registers the type extensions. | |
FormTypeGuesserInterface|null | loadTypeGuesser() Registers the type guesser. | |
__construct(ValidatorInterface $validator) |
Returns a type by name.
string | $name | The name of the type |
FormTypeInterface | The type |
InvalidArgumentException | if the given type is not supported by this extension |
Returns whether the given type is supported.
string | $name | The name of the type |
bool | Whether the type is supported by this extension |
Returns the extensions for the given type.
string | $name | The name of the type |
FormTypeExtensionInterface[] | An array of extensions as FormTypeExtensionInterface instances |
Returns whether this extension provides type extensions for the given type.
string | $name | The name of the type |
bool | Whether the given type has extensions |
Returns the type guesser provided by this extension.
FormTypeGuesserInterface|null | The type guesser |
Registers the types.
FormTypeInterface[] | An array of FormTypeInterface instances |
Registers the type extensions.
FormTypeExtensionInterface[] | An array of FormTypeExtensionInterface instances |
Registers the type guesser.
FormTypeGuesserInterface|null | A type guesser |
ValidatorInterface | $validator |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Form/Extension/Validator/ValidatorExtension.html