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