function 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

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();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.