abstract class AbstractExtension implements FormExtensionInterface
Methods
| FormTypeInterface |
getType(string $name)
Returns a type by name. |
|
| Boolean |
hasType(string $name)
Returns whether the given type is supported. |
|
| array |
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 55
public FormTypeInterface
getType(string $name)
Returns a type by name.
at line 75
public Boolean
hasType(string $name)
Returns whether the given type is supported.
at line 91
public array
getTypeExtensions(string $name)
Returns the extensions for the given type.
at line 109
public Boolean
hasTypeExtensions(string $name)
Returns whether this extension provides type extensions for the given type.
at line 123
public FormTypeGuesserInterface|null
getTypeGuesser()
Returns the type guesser provided by this extension.