You are here

namespace Drupal\feeds\Plugin in Feeds 8.2

Same name in other branches
  1. 8.3 Drupal\feeds\Plugin
Classsort descending Location Description
FeedsConfigurable lib/Drupal/feeds/Plugin/FeedsConfigurable.php Base class for configurable classes. Captures configuration handling, form handling and distinguishes between in-memory configuration and persistent configuration.
FeedsFetcher lib/Drupal/feeds/Plugin/FeedsFetcher.php Abstract class, defines shared functionality between fetchers.
FeedsNotExistingException lib/Drupal/feeds/Plugin/FeedsConfigurable.php Used when an object does not exist in the DB or code but should.
FeedsParser lib/Drupal/feeds/Plugin/FeedsParser.php Abstract class, defines interface for parsers.
FeedsPlugin lib/Drupal/feeds/Plugin/FeedsPlugin.php Implement source interface for all plugins.
FeedsPluginManager lib/Drupal/feeds/Plugin/FeedsPluginManager.php Manages feeds plugins.
FeedsProcessor lib/Drupal/feeds/Plugin/FeedsProcessor.php Abstract class, defines interface for processors.