Search for to

  1. Search 7.x for to
  2. Search 9.5.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
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.
AggregatorTestBase class core/modules/aggregator/src/Tests/AggregatorTestBase.php Defines a base class for testing the Aggregator module.
AggregatorTestBase.php file core/modules/aggregator/src/Tests/AggregatorTestBase.php
AggregatorTestBase.php file core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php
AggregatorTestBase::$adminUser property core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php A user with permission to administer feeds and create content.
AggregatorTestBase::$adminUser property core/modules/aggregator/src/Tests/AggregatorTestBase.php A user with permission to administer feeds and create content.
AggregatorTestBase::$modules property core/modules/aggregator/src/Tests/AggregatorTestBase.php Modules to install.
AggregatorTestBase::$modules property core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Modules to install.
AggregatorTestBase::createFeed function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Creates an aggregator feed.
AggregatorTestBase::createFeed function core/modules/aggregator/src/Tests/AggregatorTestBase.php Creates an aggregator feed.
AggregatorTestBase::createSampleNodes function core/modules/aggregator/src/Tests/AggregatorTestBase.php Creates sample article nodes.
AggregatorTestBase::createSampleNodes function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Creates sample article nodes.
AggregatorTestBase::deleteFeed function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Deletes an aggregator feed.
AggregatorTestBase::deleteFeed function core/modules/aggregator/src/Tests/AggregatorTestBase.php Deletes an aggregator feed.
AggregatorTestBase::deleteFeedItems function core/modules/aggregator/src/Tests/AggregatorTestBase.php Confirms an item removal from a feed.
AggregatorTestBase::deleteFeedItems function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Confirms an item removal from a feed.
AggregatorTestBase::enableTestPlugins function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Enable the plugins coming with aggregator_test module.
AggregatorTestBase::enableTestPlugins function core/modules/aggregator/src/Tests/AggregatorTestBase.php Enable the plugins coming with aggregator_test module.
AggregatorTestBase::getAtomSample function core/modules/aggregator/src/Tests/AggregatorTestBase.php Returns a example Atom feed.
AggregatorTestBase::getAtomSample function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Returns a example Atom feed.
AggregatorTestBase::getDefaultFeedItemCount function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Returns the count of the randomly created feed array.
AggregatorTestBase::getDefaultFeedItemCount function core/modules/aggregator/src/Tests/AggregatorTestBase.php Returns the count of the randomly created feed array.
AggregatorTestBase::getEmptyOpml function core/modules/aggregator/src/Tests/AggregatorTestBase.php Creates a valid but empty OPML file.
AggregatorTestBase::getEmptyOpml function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Creates a valid but empty OPML file.
AggregatorTestBase::getFeedEditArray function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Returns a randomly generated feed edit array.
AggregatorTestBase::getFeedEditArray function core/modules/aggregator/src/Tests/AggregatorTestBase.php Returns a randomly generated feed edit array.
AggregatorTestBase::getFeedEditObject function core/modules/aggregator/src/Tests/AggregatorTestBase.php Returns a randomly generated feed edit object.
AggregatorTestBase::getFeedEditObject function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Returns a randomly generated feed edit object.
AggregatorTestBase::getHtmlEntitiesSample function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Returns a example feed.
AggregatorTestBase::getHtmlEntitiesSample function core/modules/aggregator/src/Tests/AggregatorTestBase.php Returns a example feed.
AggregatorTestBase::getInvalidOpml function core/modules/aggregator/src/Tests/AggregatorTestBase.php Creates an invalid OPML file.
AggregatorTestBase::getInvalidOpml function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Creates an invalid OPML file.

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