Search for on

  1. Search 7.x for on
  2. Search 9.5.x for on
  3. Search 10.3.x for on
  4. Search 11.x for on
  5. Other projects
Title Object type File name Summary
AdminPathEntityConverterLanguageTest::$defaultTheme property core/modules/language/tests/src/Functional/AdminPathEntityConverterLanguageTest.php The theme to install as the default for testing.
AdminPathEntityConverterLanguageTest::$modules property core/modules/language/tests/src/Functional/AdminPathEntityConverterLanguageTest.php Modules to enable.
AdminPathEntityConverterLanguageTest::setUp function core/modules/language/tests/src/Functional/AdminPathEntityConverterLanguageTest.php
AdminPathEntityConverterLanguageTest::testConfigUsingCurrentLanguage function core/modules/language/tests/src/Functional/AdminPathEntityConverterLanguageTest.php Tests the translated and untranslated config entities are loaded properly.
AdvancedSettingsForm::getEditableConfigNames function core/modules/views_ui/src/Form/AdvancedSettingsForm.php Gets the configuration names that will be editable.
AfterSymfonyListener class core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit6/AfterSymfonyListener.php Listens to PHPUnit test runs.
AfterSymfonyListener class core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit7/AfterSymfonyListener.php Listens to PHPUnit test runs.
AfterSymfonyListener.php file core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit6/AfterSymfonyListener.php
AfterSymfonyListener.php file core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit7/AfterSymfonyListener.php
AfterSymfonyListener.php file core/tests/Drupal/Tests/Listeners/AfterSymfonyListener.php Listens to PHPUnit test runs.
AfterSymfonyListener::endTest function core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit6/AfterSymfonyListener.php
AfterSymfonyListener::endTest function core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit7/AfterSymfonyListener.php
aggregator.links.action.yml file core/modules/aggregator/aggregator.links.action.yml core/modules/aggregator/aggregator.links.action.yml
aggregator.permissions.yml file core/modules/aggregator/aggregator.permissions.yml core/modules/aggregator/aggregator.permissions.yml
AggregatorController class core/modules/aggregator/src/Controller/AggregatorController.php Returns responses for aggregator module routes.
AggregatorController.php file core/modules/aggregator/src/Controller/AggregatorController.php
AggregatorController::$dateFormatter property core/modules/aggregator/src/Controller/AggregatorController.php The date formatter service.
AggregatorController::adminOverview function core/modules/aggregator/src/Controller/AggregatorController.php Displays the aggregator administration page.
AggregatorController::buildPageList function core/modules/aggregator/src/Controller/AggregatorController.php Builds a listing of aggregator feed items.
AggregatorController::create function core/modules/aggregator/src/Controller/AggregatorController.php Instantiates a new instance of this class.
AggregatorController::feedAdd function core/modules/aggregator/src/Controller/AggregatorController.php Presents the aggregator feed creation form.
AggregatorController::feedRefresh function core/modules/aggregator/src/Controller/AggregatorController.php Refreshes a feed, then redirects to the overview page.
AggregatorController::feedTitle function core/modules/aggregator/src/Controller/AggregatorController.php Route title callback.
AggregatorController::pageLast function core/modules/aggregator/src/Controller/AggregatorController.php Displays the most recent items gathered from any feed.
AggregatorController::__construct function core/modules/aggregator/src/Controller/AggregatorController.php Constructs a \Drupal\aggregator\Controller\AggregatorController object.
AggregatorCronTest class core/modules/aggregator/tests/src/Functional/AggregatorCronTest.php Update feeds on cron.
AggregatorCronTest.php file core/modules/aggregator/tests/src/Functional/AggregatorCronTest.php
AggregatorCronTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/AggregatorCronTest.php The theme to install as the default for testing.
AggregatorCronTest::testCron function core/modules/aggregator/tests/src/Functional/AggregatorCronTest.php Adds feeds and updates them via cron process.
AggregatorDisplayConfigurableTest class core/modules/aggregator/tests/src/Functional/AggregatorDisplayConfigurableTest.php Tests making aggregator_feed and aggregator_item base fields' displays
configurable.
AggregatorDisplayConfigurableTest.php file core/modules/aggregator/tests/src/Functional/AggregatorDisplayConfigurableTest.php
AggregatorDisplayConfigurableTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/AggregatorDisplayConfigurableTest.php The theme to install as the default for testing.
AggregatorDisplayConfigurableTest::setUp function core/modules/aggregator/tests/src/Functional/AggregatorDisplayConfigurableTest.php
AggregatorDisplayConfigurableTest::testFeedDisplayConfigurable function core/modules/aggregator/tests/src/Functional/AggregatorDisplayConfigurableTest.php Sets feed base fields to configurable display and checks settings are
respected.
AggregatorDisplayConfigurableTest::testItemDisplayConfigurable function core/modules/aggregator/tests/src/Functional/AggregatorDisplayConfigurableTest.php Sets item base fields to configurable display and checks settings are
respected.
AggregatorFeedBlock::defaultConfiguration function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php
AggregatorFeedBlock::__construct function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php Constructs an AggregatorFeedBlock object.
AggregatorFetcher::$description property core/modules/aggregator/src/Annotation/AggregatorFetcher.php The description of the plugin.
AggregatorParser::$description property core/modules/aggregator/src/Annotation/AggregatorParser.php The description of the plugin.
AggregatorPluginManager::__construct function core/modules/aggregator/src/Plugin/AggregatorPluginManager.php Constructs a AggregatorPluginManager object.
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::$configFactory property core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php The stubbed config factory object.
AggregatorProcessor::$description property core/modules/aggregator/src/Annotation/AggregatorProcessor.php The description of the plugin.
AggregatorTestRssController class core/modules/aggregator/tests/modules/aggregator_test/src/Controller/AggregatorTestRssController.php Controller for the aggregator_test module.
AggregatorTestRssController.php file core/modules/aggregator/tests/modules/aggregator_test/src/Controller/AggregatorTestRssController.php
AggregatorTestRssController::testFeed function core/modules/aggregator/tests/modules/aggregator_test/src/Controller/AggregatorTestRssController.php Generates a test feed and simulates last-modified and etags.
AggregatorTestRssController::testRedirect function core/modules/aggregator/tests/modules/aggregator_test/src/Controller/AggregatorTestRssController.php Generates a rest redirect to the test feed.
aggregator_cron function core/modules/aggregator/aggregator.module Implements hook_cron().
aggregator_display_configurable_test.info.yml file core/modules/aggregator/tests/modules/aggregator_display_configurable_test/aggregator_display_configurable_test.info.yml core/modules/aggregator/tests/modules/aggregator_display_configurable_test/aggregator_display_configurable_test.info.yml

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