Same name and namespace in other branches
  1. 8.9.x core/modules/node/src/NodeTypeInterface.php \Drupal\node\NodeTypeInterface::isLocked()
  2. 9 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\node

Code

public function isLocked();