You are here

protected property FormElementBase::$definition in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/config_translation/src/FormElement/FormElementBase.php \Drupal\config_translation\FormElement\FormElementBase::definition
  2. 9 core/modules/config_translation/src/FormElement/FormElementBase.php \Drupal\config_translation\FormElement\FormElementBase::definition

The data definition of the element this form element is for.

Type: \Drupal\Core\TypedData\DataDefinitionInterface

File

core/modules/config_translation/src/FormElement/FormElementBase.php, line 30

Class

FormElementBase
Provides a common base class for form elements.

Namespace

Drupal\config_translation\FormElement

Code

protected $definition;