public function ComplexDataInterface::isEmpty

Determines whether the data structure is empty.

Return value

boolean TRUE if the data structure is empty, FALSE otherwise.

7 methods override ComplexDataInterface::isEmpty()
Entity::isEmpty in drupal/core/lib/Drupal/Core/Entity/Entity.php
Implements \Drupal\Core\TypedData\ComplexDataInterface::isEmpty().
EntityBCDecorator::isEmpty in drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php
Forwards the call to the decorated entity.
EntityTranslation::isEmpty in drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php
Implements \Drupal\Core\TypedData\ComplexDataInterface::isEmpty().
EntityWrapper::isEmpty in drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityWrapper.php
Implements \Drupal\Core\TypedData\ComplexDataInterface::isEmpty().
Map::isEmpty in drupal/core/lib/Drupal/Core/TypedData/Type/Map.php
Implements \Drupal\Core\TypedData\ComplexDataInterface::isEmpty().

... See full list

File

drupal/core/lib/Drupal/Core/TypedData/ComplexDataInterface.php, line 126
Contains \Drupal\Core\TypedData\ComplexDataInterface.

Class

ComplexDataInterface
Interface for complex data; i.e. data containing named and typed properties.

Namespace

Drupal\Core\TypedData

Code

public function isEmpty();