You are here

public function Feed::__wakeup in Feeds 8.3

Implements the magic __wakeup function to reset states.

Overrides DependencySerializationTrait::__wakeup

File

src/Entity/Feed.php, line 95

Class

Feed
Defines the feed entity class.

Namespace

Drupal\feeds\Entity

Code

public function __wakeup() {
  $this->states = [];
}