NodeTypeInterface::isLocked

public NodeTypeInterface::isLocked()

Determines whether the node type is locked.

Return value

string|false The module name that locks the type or FALSE.

File

core/modules/node/src/NodeTypeInterface.php, line 18

Class

NodeTypeInterface
Provides an interface defining a node type entity.

Namespace

Drupal\node

Code

public function isLocked();
doc_Drupal
2016-10-29 09:31:42
Comments
Leave a Comment

Please login to continue.