You are here

class FieldStorageDefinitionUpdateForbiddenException in Zircon Profile 8.0

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

Exception thrown when a storage definition update is forbidden.

Hierarchy

Expanded class hierarchy of FieldStorageDefinitionUpdateForbiddenException

9 files declare their use of FieldStorageDefinitionUpdateForbiddenException
EntityDefinitionUpdateTest.php in core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php
Contains \Drupal\system\Tests\Entity\EntityDefinitionUpdateTest.
FieldSqlStorageTest.php in core/modules/system/src/Tests/Entity/FieldSqlStorageTest.php
Contains \Drupal\system\Tests\Entity\FieldSqlStorageTest.
FieldStorageCrudTest.php in core/modules/field/src/Tests/FieldStorageCrudTest.php
Contains \Drupal\field\Tests\FieldStorageCrudTest.
field_test.field.inc in core/modules/field/tests/modules/field_test/field_test.field.inc
Defines a field type and its formatters and widgets.
options.module in core/modules/options/options.module
Defines selection, check box and radio button widgets for text and numeric fields.

... See full list

File

core/lib/Drupal/Core/Entity/Exception/FieldStorageDefinitionUpdateForbiddenException.php, line 15
Contains \Drupal\Core\Entity\Exception\FieldStorageDefinitionUpdateForbiddenException.

Namespace

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

}

Members