You are here

class EntityMalformedException in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Entity/EntityMalformedException.php \Drupal\Core\Entity\EntityMalformedException

Defines an exception thrown when a malformed entity is passed.

Hierarchy

Expanded class hierarchy of EntityMalformedException

6 files declare their use of EntityMalformedException
ConfigEntityStorage.php in core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php
Contains \Drupal\Core\Config\Entity\ConfigEntityStorage.
ConfigEntityTest.php in core/modules/config/src/Tests/ConfigEntityTest.php
Contains \Drupal\config\Tests\ConfigEntityTest.
KeyValueContentEntityStorageTest.php in core/modules/system/src/Tests/KeyValueStore/KeyValueContentEntityStorageTest.php
Contains \Drupal\system\Tests\KeyValueStore\KeyValueContentEntityStorageTest.
KeyValueEntityStorage.php in core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php
Contains \Drupal\Core\Entity\KeyValueStore\KeyValueEntityStorage.
PasswordItem.php in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/PasswordItem.php
Contains \Drupal\Core\Field\Plugin\Field\FieldType\PasswordItem.

... See full list

File

core/lib/Drupal/Core/Entity/EntityMalformedException.php, line 13
Contains \Drupal\Core\Entity\EntityMalformedException.

Namespace

Drupal\Core\Entity
View source
class EntityMalformedException extends \Exception {

}

Members