You are here

class EntityMalformedException in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Entity/EntityMalformedException.php \Drupal\Core\Entity\EntityMalformedException
  2. 10 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

9 files declare their use of EntityMalformedException
ConfigEntityStorage.php in core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php
ConfigEntityStorageTest.php in core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php
ConfigEntityTest.php in core/modules/config/tests/src/Functional/ConfigEntityTest.php
EntityLabel.php in core/modules/views/src/Plugin/views/field/EntityLabel.php
EntityUrlTest.php in core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php

... See full list

File

core/lib/Drupal/Core/Entity/EntityMalformedException.php, line 8

Namespace

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

}

Members