You are here

class EntityStorageException in Zircon Profile 8

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

Defines an exception thrown when storage operations fail.

Hierarchy

Expanded class hierarchy of EntityStorageException

15 files declare their use of EntityStorageException
ConfigEntityTest.php in core/modules/config/src/Tests/ConfigEntityTest.php
Contains \Drupal\config\Tests\ConfigEntityTest.
ConfigImporter.php in core/lib/Drupal/Core/Config/ConfigImporter.php
Contains \Drupal\Core\Config\ConfigImporter.
EntityApiTest.php in core/modules/system/src/Tests/Entity/EntityApiTest.php
Contains \Drupal\system\Tests\Entity\EntityApiTest.
EntityDefinitionUpdateTest.php in core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php
Contains \Drupal\system\Tests\Entity\EntityDefinitionUpdateTest.
EntityReferenceFieldTest.php in core/modules/system/src/Tests/Entity/EntityReferenceFieldTest.php
Contains \Drupal\system\Tests\Entity\EntityReferenceFieldTest.

... See full list

File

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

Namespace

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

}

Members