protected property FormElementBase::$definition in Drupal 9
Same name and namespace in other branches
- 8 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\FormElementCode
protected $definition;