You are here

public function EckEntityBundleInterface::isLocked in Entity Construction Kit (ECK) 8

Determines whether the entity is locked.

Return value

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

1 method overrides EckEntityBundleInterface::isLocked()
EckEntityBundle::isLocked in src/Entity/EckEntityBundle.php
Determines whether the entity is locked.

File

src/EckEntityBundleInterface.php, line 20

Class

EckEntityBundleInterface
Provides an interface defining an ECK Entity Bundle.

Namespace

Drupal\eck

Code

public function isLocked();