class DependencyInjectionExtension implements FormExtensionInterface
Methods
| __construct(ContainerInterface $container, array $typeServiceIds, array $typeExtensionServiceIds, array $guesserServiceIds) | ||
| 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 31
public
__construct(ContainerInterface $container, array $typeServiceIds, array $typeExtensionServiceIds, array $guesserServiceIds)
at line 41
public FormTypeInterface
getType(string $name)
Returns a type by name.
at line 61
public Boolean
hasType(string $name)
Returns whether the given type is supported.
at line 66
public FormTypeExtensionInterface[]
getTypeExtensions(string $name)
Returns the extensions for the given type.
at line 79
public Boolean
hasTypeExtensions(string $name)
Returns whether this extension provides type extensions for the given type.
at line 84
public FormTypeGuesserInterface|null
getTypeGuesser()
Returns the type guesser provided by this extension.