You are here

public function FieldStorageConfigInterface::isLocked in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/field/src/FieldStorageConfigInterface.php \Drupal\field\FieldStorageConfigInterface::isLocked()
  2. 9 core/modules/field/src/FieldStorageConfigInterface.php \Drupal\field\FieldStorageConfigInterface::isLocked()

Returns whether the field storage is locked or not.

Return value

bool TRUE if the field storage is locked.

File

core/modules/field/src/FieldStorageConfigInterface.php, line 51

Class

FieldStorageConfigInterface
Provides an interface defining a field storage entity.

Namespace

Drupal\field

Code

public function isLocked();