Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Other projects
Title Object type File name Summary
AdminTest::$defaultTheme property core/modules/system/tests/src/Functional/System/AdminTest.php The theme to install as the default for testing.
AdminTest::$modules property core/modules/system/tests/src/Functional/System/AdminTest.php Modules to enable.
AdminTest::$webUser property core/modules/system/tests/src/Functional/System/AdminTest.php User account with limited access to administration pages.
AdminTest::getTopLevelMenuLinks function core/modules/system/tests/src/Functional/System/AdminTest.php Returns all top level menu links.
AdminTest::setUp function core/modules/system/tests/src/Functional/System/AdminTest.php
AdminTest::testAdminPages function core/modules/system/tests/src/Functional/System/AdminTest.php Tests output on administrative listing pages.
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.
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/PhpUnit7/AfterSymfonyListener.php
AfterSymfonyListener.php file core/tests/Drupal/Tests/Listeners/AfterSymfonyListener.php Listens to PHPUnit test runs.
AfterSymfonyListener.php file core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit6/AfterSymfonyListener.php
AfterSymfonyListener::endTest function core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit6/AfterSymfonyListener.php
AfterSymfonyListener::endTest function core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit7/AfterSymfonyListener.php
aggregator.install file core/modules/aggregator/aggregator.install Install, update and uninstall functions for the aggregator module.
aggregator.items.importer service core/modules/aggregator/aggregator.services.yml Drupal\aggregator\ItemsImporter
aggregator.links.action.yml file core/modules/aggregator/aggregator.links.action.yml core/modules/aggregator/aggregator.links.action.yml
aggregator.links.menu.yml file core/modules/aggregator/aggregator.links.menu.yml core/modules/aggregator/aggregator.links.menu.yml
aggregator.links.task.yml file core/modules/aggregator/aggregator.links.task.yml core/modules/aggregator/aggregator.links.task.yml
aggregator.permissions.yml file core/modules/aggregator/aggregator.permissions.yml core/modules/aggregator/aggregator.permissions.yml
aggregator.schema.yml file core/modules/aggregator/config/schema/aggregator.schema.yml core/modules/aggregator/config/schema/aggregator.schema.yml
aggregator.services.yml file core/modules/aggregator/aggregator.services.yml core/modules/aggregator/aggregator.services.yml
aggregator.settings.yml file core/modules/aggregator/config/install/aggregator.settings.yml core/modules/aggregator/config/install/aggregator.settings.yml
aggregator.views.schema.yml file core/modules/aggregator/config/schema/aggregator.views.schema.yml core/modules/aggregator/config/schema/aggregator.views.schema.yml
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::buildPageList function core/modules/aggregator/src/Controller/AggregatorController.php Builds a listing of aggregator feed items.
AggregatorController::feedRefresh function core/modules/aggregator/src/Controller/AggregatorController.php Refreshes a feed, then redirects to the overview page.
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.

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