You are here

public function FeedInterface::setActive in Feeds 8.3

Sets the active status of a feed.

Parameters

bool $active: True to set this feed to active, false to set it to inactive.

1 method overrides FeedInterface::setActive()
Feed::setActive in src/Entity/Feed.php
Sets the active status of a feed.

File

src/FeedInterface.php, line 321

Class

FeedInterface
Provides an interface defining a feeds_feed entity.

Namespace

Drupal\feeds

Code

public function setActive($active);