Search for to

  1. Search 7.x for to
  2. Search 8.9.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
AggregatorFeedViewsData::getViewsData function core/modules/aggregator/src/AggregatorFeedViewsData.php Returns views data for the entity type.
AggregatorFeedViewsFieldAccessTest class core/modules/aggregator/tests/src/Kernel/Views/AggregatorFeedViewsFieldAccessTest.php Tests base field access in Views for the aggregator_feed entity.
AggregatorFeedViewsFieldAccessTest.php file core/modules/aggregator/tests/src/Kernel/Views/AggregatorFeedViewsFieldAccessTest.php
AggregatorFeedViewsFieldAccessTest::$modules property core/modules/aggregator/tests/src/Kernel/Views/AggregatorFeedViewsFieldAccessTest.php Modules to enable.
AggregatorFeedViewsFieldAccessTest::setUp function core/modules/aggregator/tests/src/Kernel/Views/AggregatorFeedViewsFieldAccessTest.php
AggregatorFeedViewsFieldAccessTest::testAggregatorFeedFields function core/modules/aggregator/tests/src/Kernel/Views/AggregatorFeedViewsFieldAccessTest.php Checks access for aggregator_feed fields.
AggregatorFetcher class core/modules/aggregator/src/Annotation/AggregatorFetcher.php Defines a Plugin annotation object for aggregator fetcher plugins.
AggregatorFetcher.php file core/modules/aggregator/src/Annotation/AggregatorFetcher.php
AggregatorFetcher::$description property core/modules/aggregator/src/Annotation/AggregatorFetcher.php The description of the plugin.
AggregatorFetcher::$id property core/modules/aggregator/src/Annotation/AggregatorFetcher.php The plugin ID.
AggregatorFetcher::$title property core/modules/aggregator/src/Annotation/AggregatorFetcher.php The title of the plugin.
AggregatorItem class core/modules/aggregator/src/Plugin/migrate/source/AggregatorItem.php Drupal 6/7 aggregator item source from database.
AggregatorItem.php file core/modules/aggregator/src/Plugin/migrate/source/AggregatorItem.php
AggregatorItem::fields function core/modules/aggregator/src/Plugin/migrate/source/AggregatorItem.php Returns available fields on the source.
AggregatorItem::getIds function core/modules/aggregator/src/Plugin/migrate/source/AggregatorItem.php Defines the source fields uniquely identifying a source row.
AggregatorItem::query function core/modules/aggregator/src/Plugin/migrate/source/AggregatorItem.php
AggregatorItemTest class core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorItemTest.php Tests aggregator item source plugin.
AggregatorItemTest.php file core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorItemTest.php
AggregatorItemTest::$modules property core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorItemTest.php Modules to enable.
AggregatorItemTest::providerSource function core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorItemTest.php The data provider.
AggregatorItemViewsData class core/modules/aggregator/src/AggregatorItemViewsData.php Provides the views data for the aggregator item entity type.
AggregatorItemViewsData.php file core/modules/aggregator/src/AggregatorItemViewsData.php
AggregatorItemViewsData::getViewsData function core/modules/aggregator/src/AggregatorItemViewsData.php Returns views data for the entity type.
AggregatorItemViewsFieldAccessTest class core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php Tests base field access in Views for the aggregator_item entity.
AggregatorItemViewsFieldAccessTest.php file core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php
AggregatorItemViewsFieldAccessTest::$modules property core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php Modules to enable.
AggregatorItemViewsFieldAccessTest::setUp function core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php
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 an 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.

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