function FieldStorageConfigInterface::isLocked
Same name in other branches
- 9 core/modules/field/src/FieldStorageConfigInterface.php \Drupal\field\FieldStorageConfigInterface::isLocked()
- 10 core/modules/field/src/FieldStorageConfigInterface.php \Drupal\field\FieldStorageConfigInterface::isLocked()
- 11.x 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.
1 method overrides FieldStorageConfigInterface::isLocked()
- FieldStorageConfig::isLocked in core/
modules/ field/ src/ Entity/ FieldStorageConfig.php - Returns whether the field storage is locked or not.
File
-
core/
modules/ field/ src/ FieldStorageConfigInterface.php, line 51
Class
- FieldStorageConfigInterface
- Provides an interface defining a field storage entity.
Namespace
Drupal\fieldCode
public function isLocked();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.