class FieldUpdateForbiddenException

Exception class thrown by hook_field_update_forbid().

Hierarchy

Expanded class hierarchy of FieldUpdateForbiddenException

3 files declare their use of FieldUpdateForbiddenException
field.api.php in drupal/core/modules/field/field.api.php
field_sql_storage.module in drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.module
Default implementation of the field storage API.
options.module in drupal/core/modules/field/modules/options/options.module
Defines selection, check box and radio button widgets for text and numeric fields.

File

drupal/core/modules/field/lib/Drupal/field/FieldUpdateForbiddenException.php, line 13

Namespace

Drupal\field
View source
class FieldUpdateForbiddenException extends FieldException {

}

Members