You are here

protected property FieldStorageConfig::$locked in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/field/src/Entity/FieldStorageConfig.php \Drupal\field\Entity\FieldStorageConfig::locked

Flag indicating whether the field is available for editing.

If TRUE, some actions not available though the UI (but are still possible through direct API manipulation):

  • field settings cannot be changed,
  • new fields cannot be created
  • existing fields cannot be deleted.

Defaults to FALSE.

Type: bool

File

core/modules/field/src/Entity/FieldStorageConfig.php, line 150

Class

FieldStorageConfig
Defines the Field storage configuration entity.

Namespace

Drupal\field\Entity

Code

protected $locked = FALSE;