function TypedConfigInterface::getElements
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php \Drupal\Core\Config\Schema\TypedConfigInterface::getElements()
- 10 core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php \Drupal\Core\Config\Schema\TypedConfigInterface::getElements()
- 11.x 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\SchemaCode
public function getElements();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.