HttpFoundationExtension
class HttpFoundationExtension extends AbstractExtension
Integrates the HttpFoundation component with the Form library.
Methods
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
getTypeGuesser()
Returns the type guesser provided by this extension.
from AbstractExtension
Details
in AbstractExtension at line line 49
FormTypeInterface
getType(string $name)
Returns a type by name.
in AbstractExtension at line line 65
Boolean
hasType(string $name)
Returns whether the given type is supported.
in AbstractExtension at line line 77
FormTypeExtensionInterface[]
getTypeExtensions(string $name)
Returns the extensions for the given type.
in AbstractExtension at line line 91
Boolean
hasTypeExtensions(string $name)
Returns whether this extension provides type extensions for the given type.
in AbstractExtension at line line 103
FormTypeGuesserInterface|null
getTypeGuesser()
Returns the type guesser provided by this extension.