TranslatableFieldType
extends AbstractType
Table of Contents
-
LABEL_CLASS
= 'item disabled'
-
$settings
: mixed
-
__construct()
: mixed
-
buildForm()
: never
-
buildView()
: void
-
configureOptions()
: mixed
-
getBlockPrefix()
: string
-
getName()
: mixed
LABEL_CLASS
protected
mixed
LABEL_CLASS
= 'item disabled'
$settings
private
mixed
$settings
__construct()
public
__construct(Settings $settings) : mixed
Parameters
-
$settings
: Settings
-
Return values
mixed
—
public
buildForm(FormBuilderInterface $builder, array<string|int, mixed> $options) : never
Parameters
-
$builder
: FormBuilderInterface
-
-
$options
: array<string|int, mixed>
-
Return values
never
—
buildView()
public
buildView(FormView $view, FormInterface $form, array<string|int, mixed> $options) : void
Parameters
-
$view
: FormView
-
-
$form
: FormInterface
-
-
$options
: array<string|int, mixed>
-
Return values
void
—
public
configureOptions(OptionsResolver $resolver) : mixed
Parameters
-
$resolver
: OptionsResolver
-
Return values
mixed
—
getBlockPrefix()
public
getBlockPrefix() : string
Return values
string
—
getName()
public
getName() : mixed
Return values
mixed
—