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. |
|
| 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 49
public FormTypeInterface
getType(string $name)
Returns a type by name.
at line 65
public Boolean
hasType(string $name)
Returns whether the given type is supported.
at line 77
public FormTypeExtensionInterface[]
getTypeExtensions(string $name)
Returns the extensions for the given type.
at line 91
public Boolean
hasTypeExtensions(string $name)
Returns whether this extension provides type extensions for the given type.
at line 103
public FormTypeGuesserInterface|null
getTypeGuesser()
Returns the type guesser provided by this extension.