You are here

public function FeedInterface::saveStates in Feeds 8.3

Saves all state objects on the key/value collection of the feed.

1 method overrides FeedInterface::saveStates()
Feed::saveStates in src/Entity/Feed.php
Saves all state objects on the key/value collection of the feed.

File

src/FeedInterface.php, line 271

Class

FeedInterface
Provides an interface defining a feeds_feed entity.

Namespace

Drupal\feeds

Code

public function saveStates();