class FieldStorageDefinitionUpdateForbiddenException in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Entity/Exception/FieldStorageDefinitionUpdateForbiddenException.php \Drupal\Core\Entity\Exception\FieldStorageDefinitionUpdateForbiddenException
- 9 core/lib/Drupal/Core/Entity/Exception/FieldStorageDefinitionUpdateForbiddenException.php \Drupal\Core\Entity\Exception\FieldStorageDefinitionUpdateForbiddenException
Exception thrown when a storage definition update is forbidden.
Hierarchy
- class \Drupal\Core\Entity\EntityStorageException extends \Drupal\Core\Entity\Exception
- class \Drupal\Core\Entity\Exception\FieldStorageDefinitionUpdateForbiddenException
Expanded class hierarchy of FieldStorageDefinitionUpdateForbiddenException
7 files declare their use of FieldStorageDefinitionUpdateForbiddenException
- EntityDefinitionUpdateTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityDefinitionUpdateTest.php - FieldSqlStorageTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ FieldSqlStorageTest.php - FieldStorageCrudTest.php in core/
modules/ field/ tests/ src/ Kernel/ FieldStorageCrudTest.php - 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.
File
- core/
lib/ Drupal/ Core/ Entity/ Exception/ FieldStorageDefinitionUpdateForbiddenException.php, line 10
Namespace
Drupal\Core\Entity\ExceptionView source
class FieldStorageDefinitionUpdateForbiddenException extends EntityStorageException {
}