You are here

public function FeedInterface::isLocked in Feeds 8.3

Checks whether a feed is locked.

Return value

bool Returns true if the feed is locked, and false if not.

1 method overrides FeedInterface::isLocked()
Feed::isLocked in src/Entity/Feed.php
Checks whether a feed is locked.

File

src/FeedInterface.php, line 342

Class

FeedInterface
Provides an interface defining a feeds_feed entity.

Namespace

Drupal\feeds

Code

public function isLocked();