public function Entity::isEmpty

Implements \Drupal\Core\TypedData\ComplexDataInterface::isEmpty().

Overrides ComplexDataInterface::isEmpty

1 method overrides Entity::isEmpty()
EntityNG::isEmpty in drupal/core/lib/Drupal/Core/Entity/EntityNG.php
Implements \Drupal\Core\TypedData\ComplexDataInterface::isEmpty().

File

drupal/core/lib/Drupal/Core/Entity/Entity.php, line 258
Contains \Drupal\Core\Entity\Entity.

Class

Entity
Defines a base entity class.

Namespace

Drupal\Core\Entity

Code

public function isEmpty() {

  // @todo: Replace by EntityNG implementation once all entity types have been
  // converted to use the entity field API.
}