You are here

protected property ListElement::$element in Drupal 10

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

The schema element this form is for.

Type: \Drupal\Core\TypedData\TraversableTypedDataInterface

File

core/modules/config_translation/src/FormElement/ListElement.php, line 26

Class

ListElement
Defines the list element for the configuration translation interface.

Namespace

Drupal\config_translation\FormElement

Code

protected $element;