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\EntityCode
public function __wakeup() {
$this->states = [];
}