mediatekformation

FormExtensionInterface

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

Table of Contents

getType()  : FormTypeInterface
Returns a type by name.
getTypeExtensions()  : array<string|int, FormTypeExtensionInterface>
Returns the extensions for the given type.
getTypeGuesser()  : FormTypeGuesserInterface|null
Returns the type guesser provided by this extension.
hasType()  : bool
Returns whether the given type is supported.
hasTypeExtensions()  : bool
Returns whether this extension provides type extensions for the given type.

Methods

hasType()

Returns whether the given type is supported.

public hasType(string $name) : bool
Parameters
$name : string

The name of the type

Return values
bool

Whether the type is supported by this extension

hasTypeExtensions()

Returns whether this extension provides type extensions for the given type.

public hasTypeExtensions(string $name) : bool
Parameters
$name : string

The name of the type

Return values
bool

Whether the given type has extensions

Search results