You are here

protected property FeedType::$pluginTypes in Feeds 8.3

The types of plugins we support.

@todo Make this dynamic?

Type: array

File

src/Entity/FeedType.php, line 112

Class

FeedType
Defines the Feeds feed type entity.

Namespace

Drupal\feeds\Entity

Code

protected $pluginTypes = [
  'fetcher',
  'parser',
  'processor',
];