You are here

public function FeedInterface::isActive in Feeds 8.3

Returns the feed active status.

Inactive feeds do not get imported.

Return value

bool True if the feed is active.

1 method overrides FeedInterface::isActive()
Feed::isActive in src/Entity/Feed.php
Returns the feed active status.

File

src/FeedInterface.php, line 313

Class

FeedInterface
Provides an interface defining a feeds_feed entity.

Namespace

Drupal\feeds

Code

public function isActive();