public function FieldStorageConfig::isLocked in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/field/src/Entity/FieldStorageConfig.php \Drupal\field\Entity\FieldStorageConfig::isLocked()
 
Returns whether the field storage is locked or not.
Return value
bool TRUE if the field storage is locked.
Overrides FieldStorageConfigInterface::isLocked
File
- core/
modules/ field/ src/ Entity/ FieldStorageConfig.php, line 671  - Contains \Drupal\field\Entity\FieldStorageConfig.
 
Class
- FieldStorageConfig
 - Defines the Field storage configuration entity.
 
Namespace
Drupal\field\EntityCode
public function isLocked() {
  return $this->locked;
}