class CoreExtension extends AbstractExtension
Represents the main form extension, which loads the core functionality.
Methods
| FormTypeInterface |
getType(string $name)
Returns a type by name. |
from AbstractExtension |
| Boolean |
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 |
| Boolean |
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 |
Details
in AbstractExtension at line 49
public FormTypeInterface
getType(string $name)
Returns a type by name.
in AbstractExtension at line 65
public Boolean
hasType(string $name)
Returns whether the given type is supported.
in AbstractExtension at line 77
public FormTypeExtensionInterface[]
getTypeExtensions(string $name)
Returns the extensions for the given type.
in AbstractExtension at line 91
public Boolean
hasTypeExtensions(string $name)
Returns whether this extension provides type extensions for the given type.
in AbstractExtension at line 103
public FormTypeGuesserInterface|null
getTypeGuesser()
Returns the type guesser provided by this extension.