public FieldStorageConfigInterface::setLocked($locked)
Sets the locked flag.
Parameters
bool $locked: Sets value of locked flag.
Return value
$this
File
- core/modules/field/src/FieldStorageConfigInterface.php, line 69
Class
- FieldStorageConfigInterface
- Provides an interface defining a field storage entity.
Namespace
Drupal\field
Code
public function setLocked($locked);
Please login to continue.