You are here

Classes, traits, and interfaces in Feeds 8.3

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
AfterParseBase abstract class Drupal\feeds\EventSubscriber src/EventSubscriber/AfterParseBase.php A base class for manipulating parser results. 1
AfterParseBaseTest class Drupal\Tests\feeds\Unit\EventSubscriber tests/src/Unit/EventSubscriber/AfterParseBaseTest.php @coversDefaultClass \Drupal\feeds\EventSubscriber\AfterParseBase @group feeds
BaseItem abstract class Drupal\feeds\Feeds\Item src/Feeds/Item/BaseItem.php Defines a base item class. 3 1
BaseItemTest class Drupal\Tests\feeds\Unit\Feeds\Item tests/src/Unit/Feeds/Item/BaseItemTest.php @coversDefaultClass \Drupal\feeds\Feeds\Item\BaseItem @group feeds
BasicFieldSource class Drupal\feeds\Feeds\Source src/Feeds/Source/BasicFieldSource.php A source plugin that provides feed type fields as mapping sources.
BasicFieldSourceTest class Drupal\Tests\feeds\Kernel\Feeds\Source tests/src/Kernel/Feeds/Source/BasicFieldSourceTest.php @coversDefaultClass \Drupal\feeds\Feeds\Source\BasicFieldSource @group feeds
Boolean class Drupal\feeds\Feeds\Target src/Feeds/Target/Boolean.php Defines a boolean field mapper. 1
BooleanTest class Drupal\Tests\feeds\Unit\Feeds\Target tests/src/Unit/Feeds/Target/BooleanTest.php @coversDefaultClass \Drupal\feeds\Feeds\Target\Boolean @group feeds
CleanableInterface interface Drupal\feeds\Plugin\Type src/Plugin/Type/CleanableInterface.php Interface for plugins that need to perform cleanup tasks after processing. 1 2
CleanEvent class Drupal\feeds\Event src/Event/CleanEvent.php Fired to begin cleaning. 3
CleanState class Drupal\feeds\Feeds\State src/Feeds/State/CleanState.php State for the clean stage. 3
CleanStateInterface interface Drupal\feeds\Feeds\State src/Feeds/State/CleanStateInterface.php Status of the clean phase of an import. 1 3
ClearableInterface interface Drupal\feeds\Plugin\Type src/Plugin/Type/ClearableInterface.php Interface for plugins that store information related to a feed. 2 3
ClearEvent class Drupal\feeds\Event src/Event/ClearEvent.php Fired to being clearing. 4
ConfigEntityReference class Drupal\feeds\Feeds\Target src/Feeds/Target/ConfigEntityReference.php Defines a config entity reference mapper. 1 1
ConfigEntityReferenceTest class Drupal\Tests\feeds\Unit\Feeds\Target tests/src/Unit/Feeds/Target/ConfigEntityReferenceTest.php @coversDefaultClass \Drupal\feeds\Feeds\Target\ConfigEntityReference @group feeds
ConfigEntityReferenceTest class Drupal\Tests\feeds\Kernel\Feeds\Target tests/src/Kernel/Feeds/Target/ConfigEntityReferenceTest.php Tests for the config entity reference target.
ConfigEntityReferenceTestBase abstract class Drupal\Tests\feeds\Unit\Feeds\Target tests/src/Unit/Feeds/Target/ConfigEntityReferenceTestBase.php @coversDefaultClass \Drupal\feeds\Feeds\Target\ConfigEntityReference @group feeds 2
ConfigurablePluginBase abstract class Drupal\feeds\Plugin\Type src/Plugin/Type/ConfigurablePluginBase.php Base class for Feeds plugins that have configuration forms. 1 1
ConfigurableTargetInterface interface Drupal\feeds\Plugin\Type\Target src/Plugin/Type/Target/ConfigurableTargetInterface.php Interface for configurable target plugins. 7 8
CronTest class Drupal\Tests\feeds\Functional tests/src/Functional/CronTest.php Tests behavior involving periodic import.
CsvController class Drupal\feeds_test_files\Controller tests/modules/feeds_test_files/src/Controller/CsvController.php Generates CSV source files.
CsvFeed class Drupal\feeds_test_alter_source\EventSubscriber tests/modules/feeds_test_alter_source/src/EventSubscriber/CsvFeed.php Alters the parsed result for the feed type 'csv'. 2
CsvParser class Drupal\feeds\Feeds\Parser src/Feeds/Parser/CsvParser.php Defines a CSV feed parser. 1
CsvParser class Drupal\feeds\Component src/Component/CsvParser.php Parses an RFC 4180 style CSV file. 2
CsvParserFeedForm class Drupal\feeds\Feeds\Parser\Form src/Feeds/Parser/Form/CsvParserFeedForm.php Provides a form on the feed edit page for the CsvParser. 1
CsvParserFeedFormTest class Drupal\Tests\feeds\Functional\Feeds\Parser\Form tests/src/Functional/Feeds/Parser/Form/CsvParserFeedFormTest.php @coversDefaultClass \Drupal\feeds\Feeds\Parser\Form\CsvParserFeedForm @group feeds
CsvParserFeedFormTest class Drupal\Tests\feeds\Unit\Feeds\Parser\Form tests/src/Unit/Feeds/Parser/Form/CsvParserFeedFormTest.php @coversDefaultClass \Drupal\feeds\Feeds\Parser\Form\CsvParserFeedForm @group feeds
CsvParserForm class Drupal\feeds\Feeds\Parser\Form src/Feeds/Parser/Form/CsvParserForm.php The configuration form for the CSV parser. 1
CsvParserFormTest class Drupal\Tests\feeds\Unit\Feeds\Parser\Form tests/src/Unit/Feeds/Parser/Form/CsvParserFormTest.php @coversDefaultClass \Drupal\feeds\Feeds\Parser\Form\CsvParserForm @group feeds
CsvParserTest class Drupal\Tests\feeds\Unit\Component tests/src/Unit/Component/CsvParserTest.php @coversDefaultClass \Drupal\feeds\Component\CsvParser @group feeds
CsvParserTest class Drupal\Tests\feeds\FunctionalJavascript\Feeds\Parser tests/src/FunctionalJavascript/Feeds/Parser/CsvParserTest.php @coversDefaultClass \Drupal\feeds\Feeds\Parser\CsvParser @group feeds
CsvParserTest class Drupal\Tests\feeds\Kernel\Feeds\Parser tests/src/Kernel/Feeds/Parser/CsvParserTest.php @coversDefaultClass \Drupal\feeds\Feeds\Parser\CsvParser @group feeds
CsvParserTest class Drupal\Tests\feeds\Unit\Feeds\Parser tests/src/Unit/Feeds/Parser/CsvParserTest.php @coversDefaultClass \Drupal\feeds\Feeds\Parser\CsvParser @group feeds
DateRange class Drupal\feeds\Feeds\Target src/Feeds/Target/DateRange.php Defines a daterange field mapper. 1
DateRangeTest class Drupal\Tests\feeds\Unit\Feeds\Target tests/src/Unit/Feeds/Target/DateRangeTest.php @coversDefaultClass \Drupal\feeds\Feeds\Target\DateRange @group feeds
DateTargetBase abstract class Drupal\feeds\Feeds\Target src/Feeds/Target/DateTargetBase.php A base class for date targets. 2
DateTime class Drupal\feeds\Feeds\Target src/Feeds/Target/DateTime.php Defines a datetime field mapper. 1 1
DateTimeTest class Drupal\Tests\feeds\Unit\Feeds\Target tests/src/Unit/Feeds/Target/DateTimeTest.php @coversDefaultClass \Drupal\feeds\Feeds\Target\DateTime @group feeds
DefaultEntityProcessorForm class Drupal\feeds\Feeds\Processor\Form src/Feeds/Processor/Form/DefaultEntityProcessorForm.php The configuration form for the CSV parser.
DeleteFeed class Drupal\feeds\Plugin\Action src/Plugin/Action/DeleteFeed.php Redirects to a feed deletion form.
DeleteFeedsEvent class Drupal\feeds\Event src/Event/DeleteFeedsEvent.php Fired when one or more feeds is being deleted. 4
DeleteFeedsEventTest class Drupal\Tests\feeds\Unit\Event tests/src/Unit/Event/DeleteFeedsEventTest.php @coversDefaultClass \Drupal\feeds\Event\DeleteFeedsEvent @group feeds
DeleteFeedTest class Drupal\Tests\feeds\Functional\Plugin\Action tests/src/Functional/Plugin/Action/DeleteFeedTest.php @coversDefaultClass \Drupal\feeds\Plugin\Action\DeleteFeed @group feeds
DeleteMultiple class Drupal\feeds\Form src/Form/DeleteMultiple.php Provides a feed deletion confirmation form. 1
DependencyTest class Drupal\Tests\feeds\Kernel tests/src/Kernel/DependencyTest.php Tests that feed type declares dependencies on fields used as target.
DependentWithRemovalPluginInterface interface Drupal\feeds\Plugin src/Plugin/DependentWithRemovalPluginInterface.php Provides an interface for a plugin that has dependencies that can be removed. 1 2
DirectoryFetcher class Drupal\feeds\Feeds\Fetcher src/Feeds/Fetcher/DirectoryFetcher.php Defines a directory fetcher. 1
DirectoryFetcherFeedForm class Drupal\feeds\Feeds\Fetcher\Form src/Feeds/Fetcher/Form/DirectoryFetcherFeedForm.php Provides a form on the feed edit page for the DirectoryFetcher. 1
DirectoryFetcherFeedFormTest class Drupal\Tests\feeds\Unit\Feeds\Fetcher\Form tests/src/Unit/Feeds/Fetcher/Form/DirectoryFetcherFeedFormTest.php @coversDefaultClass \Drupal\feeds\Feeds\Fetcher\Form\DirectoryFetcherFeedForm @group feeds

Pages

Other projects