DependencyInjectionExtension
class DependencyInjectionExtension implements FormExtensionInterface
Methods
__construct(ContainerInterface $container, array $typeServiceIds, array $typeExtensionServiceIds, array $guesserServiceIds)
No description
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.
Details
at line line 28
__construct(ContainerInterface $container, array $typeServiceIds, array $typeExtensionServiceIds, array $guesserServiceIds)
at line line 36
FormTypeInterface
getType(string $name)
Returns a type by name.
at line line 45
bool
hasType(string $name)
Returns whether the given type is supported.
at line line 50
FormTypeExtensionInterface[]
getTypeExtensions(string $name)
Returns the extensions for the given type.
at line line 74
bool
hasTypeExtensions(string $name)
Returns whether this extension provides type extensions for the given type.
at line line 79
FormTypeGuesserInterface|null
getTypeGuesser()
Returns the type guesser provided by this extension.