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

1
public function isLocked();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.