You are here

public function FeedInterface::getType in Feeds 8.3

Returns the feed type object that this feed is expected to be used with.

Return value

\Drupal\feeds\FeedTypeInterface The feed type object.

Throws

\Drupal\Core\Entity\EntityStorageException In case the feed type could not be loaded.

1 method overrides FeedInterface::getType()
Feed::getType in src/Entity/Feed.php
Returns the feed type object that this feed is expected to be used with.

File

src/FeedInterface.php, line 56

Class

FeedInterface
Provides an interface defining a feeds_feed entity.

Namespace

Drupal\feeds

Code

public function getType();