function NodeTypeInterface::isLocked
Same name in other branches
- 9 core/modules/node/src/NodeTypeInterface.php \Drupal\node\NodeTypeInterface::isLocked()
- 10 core/modules/node/src/NodeTypeInterface.php \Drupal\node\NodeTypeInterface::isLocked()
- 11.x core/modules/node/src/NodeTypeInterface.php \Drupal\node\NodeTypeInterface::isLocked()
Determines whether the node type is locked.
Return value
string|false The module name that locks the type or FALSE.
1 method overrides NodeTypeInterface::isLocked()
- NodeType::isLocked in core/
modules/ node/ src/ Entity/ NodeType.php - Determines whether the node type is locked.
File
-
core/
modules/ node/ src/ NodeTypeInterface.php, line 19
Class
- NodeTypeInterface
- Provides an interface defining a node type entity.
Namespace
Drupal\nodeCode
public function isLocked();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.