You are here

public function EventBase::getFeed in Feeds 8.3

Returns the feed.

Return value

\Drupal\feeds\FeedInterface The feed.

File

src/Event/EventBase.php, line 36

Class

EventBase
Helper class for events that need a feed.

Namespace

Drupal\feeds\Event

Code

public function getFeed() {
  return $this->feed;
}