public 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 59
Class
- FieldStorageConfigInterface
- Provides an interface defining a field storage entity.
Namespace
Drupal\field
Code
public function isLocked();
Please login to continue.