mediatekformation

ResolvedTypeDataCollectorProxy
in package
implements ResolvedFormTypeInterface

Proxy that invokes a data collector when creating a form and its view.

Tags
author

Bernhard Schussek bschussek@gmail.com

Interfaces, Classes, Traits and Enums

ResolvedFormTypeInterface
A wrapper for a form type and its extensions.

Table of Contents

$dataCollector  : mixed
$proxiedType  : mixed
__construct()  : mixed
buildForm()  : mixed
Configures a form builder for the type hierarchy.
buildView()  : mixed
Configures a form view for the type hierarchy.
createBuilder()  : FormBuilderInterface
Creates a new form builder for this type.
createView()  : FormView
Creates a new form view for a form of this type.
finishView()  : mixed
Finishes a form view for the type hierarchy.
getBlockPrefix()  : string
Returns the prefix of the template block name for this type.
getInnerType()  : FormTypeInterface
Returns the wrapped form type.
getOptionsResolver()  : OptionsResolver
Returns the configured options resolver used for this type.
getParent()  : self|null
Returns the parent type.
getTypeExtensions()  : array<string|int, FormTypeExtensionInterface>
Returns the extensions of the wrapped form type.

Properties

Methods

getBlockPrefix()

Returns the prefix of the template block name for this type.

public getBlockPrefix() : string
Return values
string

The prefix of the template block name

Search results