Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
AggregatorItemViewsFieldAccessTest::testAggregatorItemFields function core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php Checks access for aggregator_item fields.
AggregatorLocalTasksTest class core/modules/aggregator/tests/src/Unit/Menu/AggregatorLocalTasksTest.php Tests existence of aggregator local tasks.
AggregatorLocalTasksTest.php file core/modules/aggregator/tests/src/Unit/Menu/AggregatorLocalTasksTest.php
AggregatorLocalTasksTest::getAggregatorAdminRoutes function core/modules/aggregator/tests/src/Unit/Menu/AggregatorLocalTasksTest.php Provides a list of routes to test.
AggregatorLocalTasksTest::getAggregatorSourceRoutes function core/modules/aggregator/tests/src/Unit/Menu/AggregatorLocalTasksTest.php Provides a list of source routes to test.
AggregatorLocalTasksTest::setUp function core/modules/aggregator/tests/src/Unit/Menu/AggregatorLocalTasksTest.php
AggregatorLocalTasksTest::testAggregatorAdminLocalTasks function core/modules/aggregator/tests/src/Unit/Menu/AggregatorLocalTasksTest.php Tests local task existence.
AggregatorLocalTasksTest::testAggregatorSourceLocalTasks function core/modules/aggregator/tests/src/Unit/Menu/AggregatorLocalTasksTest.php Checks aggregator source tasks.
AggregatorParser class core/modules/aggregator/src/Annotation/AggregatorParser.php Defines a Plugin annotation object for aggregator parser plugins.
AggregatorParser.php file core/modules/aggregator/src/Annotation/AggregatorParser.php
AggregatorParser::$description property core/modules/aggregator/src/Annotation/AggregatorParser.php The description of the plugin.
AggregatorParser::$id property core/modules/aggregator/src/Annotation/AggregatorParser.php The plugin ID.
AggregatorParser::$title property core/modules/aggregator/src/Annotation/AggregatorParser.php The title of the plugin.
AggregatorPluginManager class core/modules/aggregator/src/Plugin/AggregatorPluginManager.php Manages aggregator plugins.
AggregatorPluginManager.php file core/modules/aggregator/src/Plugin/AggregatorPluginManager.php
AggregatorPluginManager::__construct function core/modules/aggregator/src/Plugin/AggregatorPluginManager.php Constructs a AggregatorPluginManager object.
AggregatorPluginManagerTest class core/modules/aggregator/tests/src/Kernel/AggregatorPluginManagerTest.php Tests the aggregator plugin manager.
AggregatorPluginManagerTest.php file core/modules/aggregator/tests/src/Kernel/AggregatorPluginManagerTest.php
AggregatorPluginManagerTest::$modules property core/modules/aggregator/tests/src/Kernel/AggregatorPluginManagerTest.php Modules to enable.
AggregatorPluginManagerTest::testFetcherInfoAlter function core/modules/aggregator/tests/src/Kernel/AggregatorPluginManagerTest.php Tests that the fetcher info alter hook works.
AggregatorPluginManagerTest::testParserInfoAlter function core/modules/aggregator/tests/src/Kernel/AggregatorPluginManagerTest.php Tests that the fetcher info alter hook works.
AggregatorPluginManagerTest::testProcessorInfoAlter function core/modules/aggregator/tests/src/Kernel/AggregatorPluginManagerTest.php Tests that the fetcher info alter hook works.
AggregatorPluginSettingsBase class core/modules/aggregator/src/Plugin/AggregatorPluginSettingsBase.php Base class for aggregator plugins that implement settings forms.
AggregatorPluginSettingsBase.php file core/modules/aggregator/src/Plugin/AggregatorPluginSettingsBase.php
AggregatorPluginSettingsBase::calculateDependencies function core/modules/aggregator/src/Plugin/AggregatorPluginSettingsBase.php Calculates dependencies for the configured plugin.
AggregatorPluginSettingsBase::defaultConfiguration function core/modules/aggregator/src/Plugin/AggregatorPluginSettingsBase.php Gets default configuration for this plugin.
AggregatorPluginSettingsBase::validateConfigurationForm function core/modules/aggregator/src/Plugin/AggregatorPluginSettingsBase.php Form validation handler.
AggregatorPluginSettingsBaseTest class core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php Tests settings configuration of individual aggregator plugins.
AggregatorPluginSettingsBaseTest.php file core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php
AggregatorPluginSettingsBaseTest::$configFactory property core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php The stubbed config factory object.
AggregatorPluginSettingsBaseTest::$managers property core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php The stubbed aggregator plugin managers array.
AggregatorPluginSettingsBaseTest::$settingsForm property core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php The aggregator settings form object under test.
AggregatorPluginSettingsBaseTest::setUp function core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php
AggregatorPluginSettingsBaseTest::testSettingsForm function core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php Test for AggregatorPluginSettingsBase.
AggregatorProcessor class core/modules/aggregator/src/Annotation/AggregatorProcessor.php Defines a Plugin annotation object for aggregator processor plugins.
AggregatorProcessor.php file core/modules/aggregator/src/Annotation/AggregatorProcessor.php
AggregatorProcessor::$description property core/modules/aggregator/src/Annotation/AggregatorProcessor.php The description of the plugin.
AggregatorProcessor::$id property core/modules/aggregator/src/Annotation/AggregatorProcessor.php The plugin ID.
AggregatorProcessor::$title property core/modules/aggregator/src/Annotation/AggregatorProcessor.php The title of the plugin.
AggregatorRefresh class core/modules/aggregator/src/Plugin/QueueWorker/AggregatorRefresh.php Updates a feed's items.
AggregatorRefresh.php file core/modules/aggregator/src/Plugin/QueueWorker/AggregatorRefresh.php
AggregatorRefresh::processItem function core/modules/aggregator/src/Plugin/QueueWorker/AggregatorRefresh.php
AggregatorRenderingTest class core/modules/aggregator/tests/src/Functional/AggregatorRenderingTest.php Tests display of aggregator items on the page.
AggregatorRenderingTest.php file core/modules/aggregator/tests/src/Functional/AggregatorRenderingTest.php
AggregatorRenderingTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/AggregatorRenderingTest.php The theme to install as the default for testing.
AggregatorRenderingTest::$modules property core/modules/aggregator/tests/src/Functional/AggregatorRenderingTest.php Modules to install.
AggregatorRenderingTest::setUp function core/modules/aggregator/tests/src/Functional/AggregatorRenderingTest.php
AggregatorRenderingTest::testBlockLinks function core/modules/aggregator/tests/src/Functional/AggregatorRenderingTest.php Adds a feed block to the page and checks its links.
AggregatorRenderingTest::testFeedPage function core/modules/aggregator/tests/src/Functional/AggregatorRenderingTest.php Creates a feed and checks that feed's page.
AggregatorTestBase class core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Defines a base class for testing the Aggregator module.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.