Search for d

  1. Search 7.x for d
  2. Search 9.5.x for d
  3. Search 10.3.x for d
  4. Search 11.x for d
  5. Other projects
Title Object type File name Summary
AdminTest::testCompactMode function core/modules/system/tests/src/Functional/System/AdminTest.php Test compact mode.
AdminThemeUpdateTest class core/modules/system/tests/src/Functional/Update/AdminThemeUpdateTest.php Tests system.theme:admin is updated.
AdminThemeUpdateTest.php file core/modules/system/tests/src/Functional/Update/AdminThemeUpdateTest.php
AdminThemeUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/AdminThemeUpdateTest.php The theme to install as the default for testing.
AdminThemeUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/AdminThemeUpdateTest.php Set database dump files to be used.
AdminThemeUpdateTest::testUpdateHookN function core/modules/system/tests/src/Functional/Update/AdminThemeUpdateTest.php Tests that system.theme:admin is updated as expected.
AdvancedSettingsForm class core/modules/views_ui/src/Form/AdvancedSettingsForm.php Form builder for the advanced admin settings page.
AdvancedSettingsForm.php file core/modules/views_ui/src/Form/AdvancedSettingsForm.php
AdvancedSettingsForm::buildForm function core/modules/views_ui/src/Form/AdvancedSettingsForm.php Form constructor.
AdvancedSettingsForm::cacheSubmit function core/modules/views_ui/src/Form/AdvancedSettingsForm.php Submission handler to clear the Views cache.
AdvancedSettingsForm::getEditableConfigNames function core/modules/views_ui/src/Form/AdvancedSettingsForm.php Gets the configuration names that will be editable.
AdvancedSettingsForm::getFormId function core/modules/views_ui/src/Form/AdvancedSettingsForm.php Returns a unique string identifying the form.
AdvancedSettingsForm::submitForm function core/modules/views_ui/src/Form/AdvancedSettingsForm.php Form submission handler.
AfterCommand class core/lib/Drupal/Core/Ajax/AfterCommand.php An AJAX command for calling the jQuery after() method.
AfterCommand.php file core/lib/Drupal/Core/Ajax/AfterCommand.php
AfterCommand::render function core/lib/Drupal/Core/Ajax/AfterCommand.php Implements Drupal\Core\Ajax\CommandInterface:render().
AfterSymfonyListener::endTest function core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit6/AfterSymfonyListener.php
AfterSymfonyListener::endTest function core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit7/AfterSymfonyListener.php
aggregator-feed.html.twig file core/modules/aggregator/templates/aggregator-feed.html.twig Default theme implementation to present an aggregator feed.
aggregator-feed.html.twig file core/themes/claro/templates/classy/dataset/aggregator-feed.html.twig Theme override to present an aggregator feed.
aggregator-feed.html.twig file core/themes/bartik/templates/classy/dataset/aggregator-feed.html.twig Theme override to present an aggregator feed.
aggregator-feed.html.twig file core/themes/stable/templates/dataset/aggregator-feed.html.twig Theme override to present an aggregator feed.
aggregator-feed.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/dataset/aggregator-feed.html.twig Theme override to present an aggregator feed.
aggregator-feed.html.twig file core/themes/seven/templates/classy/dataset/aggregator-feed.html.twig Theme override to present an aggregator feed.
aggregator-feed.html.twig file core/themes/classy/templates/dataset/aggregator-feed.html.twig Theme override to present an aggregator feed.
aggregator.migrate_drupal.yml file core/modules/aggregator/migrations/state/aggregator.migrate_drupal.yml core/modules/aggregator/migrations/state/aggregator.migrate_drupal.yml
aggregator.module file core/modules/aggregator/aggregator.module Used to aggregate syndicated content (RSS, RDF, and Atom).
AggregatorAdminTest class core/modules/aggregator/tests/src/Functional/AggregatorAdminTest.php Tests aggregator admin pages.
AggregatorAdminTest.php file core/modules/aggregator/tests/src/Functional/AggregatorAdminTest.php
AggregatorAdminTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/AggregatorAdminTest.php The theme to install as the default for testing.
AggregatorAdminTest::testOverviewPage function core/modules/aggregator/tests/src/Functional/AggregatorAdminTest.php Tests the overview page.
AggregatorAdminTest::testSettingsPage function core/modules/aggregator/tests/src/Functional/AggregatorAdminTest.php Tests the settings form to ensure the correct default values are used.
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::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.
AggregatorCronTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/AggregatorCronTest.php The theme to install as the default for testing.
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.
AggregatorFeed class core/modules/aggregator/src/Plugin/migrate/source/AggregatorFeed.php Drupal feed source from database.
AggregatorFeed.php file core/modules/aggregator/src/Plugin/migrate/source/AggregatorFeed.php
AggregatorFeed::fields function core/modules/aggregator/src/Plugin/migrate/source/AggregatorFeed.php Returns available fields on the source.
AggregatorFeed::getIds function core/modules/aggregator/src/Plugin/migrate/source/AggregatorFeed.php Defines the source fields uniquely identifying a source row.
AggregatorFeed::query function core/modules/aggregator/src/Plugin/migrate/source/AggregatorFeed.php

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