You are here

public function FeedTypeInterface::isLocked in Feeds 8.3

Returns whether the feed type is considered locked.

Return value

bool True if locked, false if not.

1 method overrides FeedTypeInterface::isLocked()
FeedType::isLocked in src/Entity/FeedType.php
Returns whether the feed type is considered locked.

File

src/FeedTypeInterface.php, line 244

Class

FeedTypeInterface
Provides an interface defining a feeds feed type entity.

Namespace

Drupal\feeds

Code

public function isLocked();