You are here

public function RulesUiHandlerInterface::isLocked in Rules 8.3

Determines if the component is locked for the current user.

Return value

bool TRUE if locked, FALSE otherwise.

File

src/Ui/RulesUiHandlerInterface.php, line 112

Class

RulesUiHandlerInterface
Interface for Rules UI handlers.

Namespace

Drupal\rules\Ui

Code

public function isLocked();