You are here

abstract protected function ArrayElement::getElementDefinition in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Config/Schema/ArrayElement.php \Drupal\Core\Config\Schema\ArrayElement::getElementDefinition()

Gets data definition object for contained element.

Parameters

int|string $key: Property name or index of the element.

Return value

\Drupal\Core\TypedData\DataDefinitionInterface

1 call to ArrayElement::getElementDefinition()
ArrayElement::parse in core/lib/Drupal/Core/Config/Schema/ArrayElement.php
Builds an array of contained elements.
2 methods override ArrayElement::getElementDefinition()
Mapping::getElementDefinition in core/lib/Drupal/Core/Config/Schema/Mapping.php
Gets data definition object for contained element.
Sequence::getElementDefinition in core/lib/Drupal/Core/Config/Schema/Sequence.php
Gets data definition object for contained element.

File

core/lib/Drupal/Core/Config/Schema/ArrayElement.php, line 51

Class

ArrayElement
Defines a generic configuration element that contains multiple properties.

Namespace

Drupal\Core\Config\Schema

Code

protected abstract function getElementDefinition($key);