FormExtensionInterface
interface FormExtensionInterface
Interface for extensions which provide types, type extensions and a guesser.
Methods
getType(string $name)
Returns a type by name.
bool
hasType(string $name)
Returns whether the given type is supported.
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.
getTypeGuesser()
Returns the type guesser provided by this extension.
Details
at line line 28
FormTypeInterface
getType(string $name)
Returns a type by name.
at line line 37
bool
hasType(string $name)
Returns whether the given type is supported.
at line line 46
FormTypeExtensionInterface[]
getTypeExtensions(string $name)
Returns the extensions for the given type.
at line line 55
bool
hasTypeExtensions(string $name)
Returns whether this extension provides type extensions for the given type.
at line line 62
FormTypeGuesserInterface|null
getTypeGuesser()
Returns the type guesser provided by this extension.