You are here

public function TypedConfigInterface::getElements in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php \Drupal\Core\Config\Schema\TypedConfigInterface::getElements()
  2. 9 core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php \Drupal\Core\Config\Schema\TypedConfigInterface::getElements()

Gets an array of contained elements.

Return value

array Array of \Drupal\Core\TypedData\TypedDataInterface objects.

1 method overrides TypedConfigInterface::getElements()
ArrayElement::getElements in core/lib/Drupal/Core/Config/Schema/ArrayElement.php
Gets an array of contained elements.

File

core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php, line 33

Class

TypedConfigInterface
Interface for a typed configuration object that contains multiple elements.

Namespace

Drupal\Core\Config\Schema

Code

public function getElements();