AbstractExtension
abstract class AbstractExtension implements FormExtensionInterface
Methods
getType(string $name)
Returns a type by name.
bool
hasType(string $name)
Returns whether the given type is supported.
getTypeExtensions(string $name)
Returns the extensions for the given type.
bool
hasTypeExtensions(string $name)
Returns whether this extension provides type extensions for the given type.
getTypeGuesser()
Returns the type guesser provided by this extension.
loadTypes()
Registers the types.
loadTypeExtensions()
Registers the type extensions.
loadTypeGuesser()
Registers the type guesser.
Details
FormTypeExtensionInterface[]
getTypeExtensions(string $name)
Returns the extensions for the given type.