Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ArrayElement.php
function ArrayElement::toArray
Overrides
TypedConfigInterface::toArray
File
core/
lib/
Drupal/
Core/
Config/
Schema/
ArrayElement.php
, line 119
Class
ArrayElement
Defines a generic configuration element that contains multiple properties.
Namespace
Drupal\Core\Config\Schema
Code
public
function
toArray
() {
return
$this
->
value
?? []; }
RSS feed