class CoreExtension extends AbstractExtension
Represents the main form extension, which loads the core functionality.
| FormTypeInterface | getType(string $name) Returns a type by name. | from AbstractExtension |
| bool | 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 |
| bool | 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 |
| FormTypeInterface[] | loadTypes() Registers the types. | |
| FormTypeExtensionInterface[] | loadTypeExtensions() Registers the type extensions. | from AbstractExtension |
| FormTypeGuesserInterface|null | loadTypeGuesser() Registers the type guesser. | from AbstractExtension |
| __construct(PropertyAccessorInterface $propertyAccessor = null, ChoiceListFactoryInterface $choiceListFactory = null) |
Returns a type by name.
| string | $name | The name of the type |
| FormTypeInterface | The type |
| InvalidArgumentException | if the given type is not supported by this extension |
Returns whether the given type is supported.
| string | $name | The name of the type |
| bool | Whether the type is supported by this extension |
Returns the extensions for the given type.
| string | $name | The name of the type |
| FormTypeExtensionInterface[] | An array of extensions as FormTypeExtensionInterface instances |
Returns whether this extension provides type extensions for the given type.
| string | $name | The name of the type |
| bool | Whether the given type has extensions |
Returns the type guesser provided by this extension.
| FormTypeGuesserInterface|null | The type guesser |
Registers the types.
| FormTypeInterface[] | An array of FormTypeInterface instances |
Registers the type extensions.
| FormTypeExtensionInterface[] | An array of FormTypeExtensionInterface instances |
Registers the type guesser.
| FormTypeGuesserInterface|null | A type guesser |
| PropertyAccessorInterface | $propertyAccessor | |
| ChoiceListFactoryInterface | $choiceListFactory |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Form/Extension/Core/CoreExtension.html