abstract protected function ArrayElement::parse

Builds an array of contained elements.

Return value

array Array of \Drupal\Core\Config\Schema\ArrayElement objects.

1 call to ArrayElement::parse()
2 methods override ArrayElement::parse()

File

drupal/core/lib/Drupal/Core/Config/Schema/ArrayElement.php, line 55
Contains \Drupal\Core\Config\Schema\ArrayElement.

Class

ArrayElement
Defines a generic configuration element that contains multiple properties.

Namespace

Drupal\Core\Config\Schema

Code

protected abstract function parse();