Documentation

FormRegistryInterface

The central registry of the Form component.

Tags
author

Bernhard Schussek bschussek@gmail.com

Table of Contents

Methods

getExtensions()  : array<string|int, FormExtensionInterface>
Returns the extensions loaded by the framework.
getType()  : ResolvedFormTypeInterface
Returns a form type by name.
getTypeGuesser()  : FormTypeGuesserInterface|null
Returns the guesser responsible for guessing types.
hasType()  : bool
Returns whether the given form type is supported.

Methods

hasType()

Returns whether the given form type is supported.

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

        
On this page

Search results