You are here

public function FeedInterface::lock in Feeds 8.3

Locks a feed.

Throws

\Drupal\feeds\Exception\LockException Thrown if the lock is unavailable.

1 method overrides FeedInterface::lock()
Feed::lock in src/Entity/Feed.php
Locks a feed.

File

src/FeedInterface.php, line 329

Class

FeedInterface
Provides an interface defining a feeds_feed entity.

Namespace

Drupal\feeds

Code

public function lock();