class FieldUpdateForbiddenException
Exception class thrown by hook_field_update_forbid().
Hierarchy
Expanded class hierarchy of FieldUpdateForbiddenException
Related topics
Archivo
- drupal-7.x/
modules/ field/ field.module, line 279 - Attach custom data fields to Drupal entities.
View source
class FieldUpdateForbiddenException extends FieldException {
}