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