FormExtensionInterface

FormExtensionInterface

interface FormExtensionInterface

Interface for extensions which provide types, type extensions and a guesser.

Methods

登录查看完整内容
FormTypeInterface getType(string $name)

Returns a type by name.

bool hasType(string $name)

Returns whether the given type is supported.

FormTypeExtensionInterface[] getTypeExtensions(string $name)

Returns the extensions for the given type.