function 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 718  
Class
- FieldStorageConfig
 - Defines the Field storage configuration entity.
 
Namespace
Drupal\field\EntityCode
public function isLocked() {
  return $this->locked;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.