You are here

public function LockableInterface::isLocked in Feeds 8.3

Returns whether or not this plugin is locked.

Return value

bool Returns true if the plugin is locked, false if not.

1 method overrides LockableInterface::isLocked()
EntityProcessorBase::isLocked in src/Feeds/Processor/EntityProcessorBase.php
Returns whether or not this plugin is locked.

File

src/Plugin/Type/LockableInterface.php, line 18

Class

LockableInterface
Interface for plugins that want to lock their configuration.

Namespace

Drupal\feeds\Plugin\Type

Code

public function isLocked();