public function FeedTypeInterface::getPlugins in Feeds 8.3
Returns the configured plugins for this feed type.
Return value
\Drupal\feeds\Plugin\Type\PluginBase[] An array of plugins keyed by plugin type.
1 method overrides FeedTypeInterface::getPlugins()
- FeedType::getPlugins in src/
Entity/ FeedType.php - Returns the configured plugins for this feed type.
File
- src/
FeedTypeInterface.php, line 64
Class
- FeedTypeInterface
- Provides an interface defining a feeds feed type entity.
Namespace
Drupal\feedsCode
public function getPlugins();