FieldStorageConfigUpdateForbiddenException.php
Namespace
Drupal\fieldFile
-
core/
modules/ field/ src/ FieldStorageConfigUpdateForbiddenException.php
View source
<?php
namespace Drupal\field;
use Drupal\Core\Field\FieldException;
/**
* Exception class thrown by hook_field_storage_config_update_forbid().
*/
class FieldStorageConfigUpdateForbiddenException extends FieldException {
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| FieldStorageConfigUpdateForbiddenException | Exception class thrown by hook_field_storage_config_update_forbid(). |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.