You are here

protected function FeedType::getSourcePluginManager in Feeds 8.3

Returns the source plugin manager.

Return value

\Drupal\feeds\Plugin\Type\FeedsPluginManager The source plugin manager.

File

src/Entity/FeedType.php, line 627

Class

FeedType
Defines the Feeds feed type entity.

Namespace

Drupal\feeds\Entity

Code

protected function getSourcePluginManager() {
  return \Drupal::service('plugin.manager.feeds.source');
}