-
- Downloads
Issue #1930274 by rootatwc, Berdir: Convert aggregator processors and parsers to plugins.
parent
0b306f93
No related branches found
No related tags found
Showing
- core/modules/aggregator/aggregator.admin.inc 36 additions, 50 deletionscore/modules/aggregator/aggregator.admin.inc
- core/modules/aggregator/aggregator.api.php 0 additions, 192 deletionscore/modules/aggregator/aggregator.api.php
- core/modules/aggregator/aggregator.module 61 additions, 117 deletionscore/modules/aggregator/aggregator.module
- core/modules/aggregator/aggregator.parser.inc 0 additions, 326 deletionscore/modules/aggregator/aggregator.parser.inc
- core/modules/aggregator/aggregator.processor.inc 0 additions, 182 deletionscore/modules/aggregator/aggregator.processor.inc
- core/modules/aggregator/lib/Drupal/aggregator/AggregatorBundle.php 5 additions, 2 deletions...les/aggregator/lib/Drupal/aggregator/AggregatorBundle.php
- core/modules/aggregator/lib/Drupal/aggregator/FeedStorageController.php 5 additions, 4 deletions...ggregator/lib/Drupal/aggregator/FeedStorageController.php
- core/modules/aggregator/lib/Drupal/aggregator/Plugin/AggregatorPluginManager.php 9 additions, 7 deletions.../lib/Drupal/aggregator/Plugin/AggregatorPluginManager.php
- core/modules/aggregator/lib/Drupal/aggregator/Plugin/FetcherInterface.php 1 addition, 1 deletion...regator/lib/Drupal/aggregator/Plugin/FetcherInterface.php
- core/modules/aggregator/lib/Drupal/aggregator/Plugin/ParserInterface.php 53 additions, 0 deletions...gregator/lib/Drupal/aggregator/Plugin/ParserInterface.php
- core/modules/aggregator/lib/Drupal/aggregator/Plugin/ProcessorInterface.php 86 additions, 0 deletions...gator/lib/Drupal/aggregator/Plugin/ProcessorInterface.php
- core/modules/aggregator/lib/Drupal/aggregator/Plugin/aggregator/fetcher/DefaultFetcher.php 5 additions, 5 deletions...l/aggregator/Plugin/aggregator/fetcher/DefaultFetcher.php
- core/modules/aggregator/lib/Drupal/aggregator/Plugin/aggregator/parser/DefaultParser.php 378 additions, 0 deletions...pal/aggregator/Plugin/aggregator/parser/DefaultParser.php
- core/modules/aggregator/lib/Drupal/aggregator/Plugin/aggregator/processor/DefaultProcessor.php 210 additions, 0 deletions...gregator/Plugin/aggregator/processor/DefaultProcessor.php
- core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorConfigurationTest.php 27 additions, 0 deletions...b/Drupal/aggregator/Tests/AggregatorConfigurationTest.php
- core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php 22 additions, 5 deletions...egator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php
- core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedFetcherPluginTest.php 51 additions, 0 deletions...tor/lib/Drupal/aggregator/Tests/FeedFetcherPluginTest.php
- core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedProcessorPluginTest.php 70 additions, 0 deletions...r/lib/Drupal/aggregator/Tests/FeedProcessorPluginTest.php
- core/modules/aggregator/lib/Drupal/aggregator/Tests/UpdateFeedItemTest.php 7 additions, 0 deletions...egator/lib/Drupal/aggregator/Tests/UpdateFeedItemTest.php
- core/modules/aggregator/tests/config/aggregator_test.settings.yml 2 additions, 0 deletions...ules/aggregator/tests/config/aggregator_test.settings.yml
Loading
Please register or sign in to comment