Search for core

  1. Search 7.x for core
  2. Search 9.5.x for core
  3. Search 10.3.x for core
  4. Search 11.x for core
  5. Search main for core
  6. Other projects
Title Object type File name Summary
SearchMatchTest::_testQueryScores function core/modules/search/tests/src/Kernel/SearchMatchTest.php Test the scoring abilities of the engine.
SearchQuery::$scores property core/modules/search/src/SearchQuery.php The word score expressions.
SearchQuery::$scoresArguments property core/modules/search/src/SearchQuery.php Arguments for the score expressions.
SearchQuery::addScore function core/modules/search/src/SearchQuery.php Adds a custom score expression to the search query.
system_core_incompatible_semver_test.info.yml file core/modules/system/tests/modules/system_core_incompatible_semver_test/system_core_incompatible_semver_test.info.yml core/modules/system/tests/modules/system_core_incompatible_semver_test/system_core_incompatible_semver_test.info.yml
system_core_semver_test.info.yml file core/modules/system/tests/modules/system_core_semver_test/system_core_semver_test.info.yml core/modules/system/tests/modules/system_core_semver_test/system_core_semver_test.info.yml
system_incompatible_core_version_dependencies_test.info.yml file core/modules/system/tests/modules/system_incompatible_core_version_dependencies_test/system_incompatible_core_version_dependencies_test.info.yml core/modules/system/tests/modules/system_incompatible_core_version_dependencies_test/system_incompatible_core_version_dependencies_test.info.yml
system_incompatible_core_version_test.info.yml file core/modules/system/tests/modules/system_incompatible_core_version_test/system_incompatible_core_version_test.info.yml core/modules/system/tests/modules/system_incompatible_core_version_test/system_incompatible_core_version_test.info.yml
system_incompatible_core_version_test_1x.info.yml file core/modules/system/tests/modules/system_incompatible_core_version_test_1x/system_incompatible_core_version_test_1x.info.yml core/modules/system/tests/modules/system_incompatible_core_version_test_1x/system_incompatible_core_version_test_1x.info.yml
TestSuiteBaseTest::provideCoreTests function core/tests/Drupal/Tests/Core/Test/TestSuiteBaseTest.php
TestSuiteBaseTest::testAddTestsBySuiteNamespaceCore function core/tests/Drupal/Tests/Core/Test/TestSuiteBaseTest.php Tests for special case behavior of unit test suite namespaces in core.
test_core_semver.info.yml file core/modules/system/tests/themes/test_core_semver/test_core_semver.info.yml core/modules/system/tests/themes/test_core_semver/test_core_semver.info.yml
test_invalid_core.info.yml file core/modules/system/tests/themes/test_invalid_core/test_invalid_core.info.yml core/modules/system/tests/themes/test_invalid_core/test_invalid_core.info.yml
test_invalid_core_semver.info.yml file core/modules/system/tests/themes/test_invalid_core_semver/test_invalid_core_semver.info.yml core/modules/system/tests/themes/test_invalid_core_semver/test_invalid_core_semver.info.yml
UpdateContribTest::assertCoreCompatibilityMessage function core/modules/update/tests/src/Functional/UpdateContribTest.php Asserts that a core compatibility message is correct for an update.
UpdateContribTest::testCoreCompatibilityMessage function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests that core compatibility messages are displayed.
UpdateCoreTest class core/modules/update/tests/src/Functional/UpdateCoreTest.php Tests the Update Manager module through a series of functional tests using
mock XML data.
UpdateCoreTest.php file core/modules/update/tests/src/Functional/UpdateCoreTest.php
UpdateCoreTest::$defaultTheme property core/modules/update/tests/src/Functional/UpdateCoreTest.php The theme to install as the default for testing.
UpdateCoreTest::$modules property core/modules/update/tests/src/Functional/UpdateCoreTest.php Modules to enable.
UpdateCoreTest::$updateProject property core/modules/update/tests/src/Functional/UpdateCoreTest.php The project that is being tested.
UpdateCoreTest::$updateTableLocator property core/modules/update/tests/src/Functional/UpdateCoreTest.php The CSS locator for the update table run asserts on.
UpdateCoreTest::assertVersionUpdateLinks function core/modules/update/tests/src/Functional/UpdateCoreTest.php Asserts that an update version has the correct links.
UpdateCoreTest::securityCoverageMessageProvider function core/modules/update/tests/src/Functional/UpdateCoreTest.php Dataprovider for testSecurityCoverageMessage().
UpdateCoreTest::securityUpdateAvailabilityProvider function core/modules/update/tests/src/Functional/UpdateCoreTest.php Data provider method for testSecurityUpdateAvailability().
UpdateCoreTest::setSystemInfo function core/modules/update/tests/src/Functional/UpdateCoreTest.php Sets the version to x.x.x when no project-specific mapping is defined.
UpdateCoreTest::setUp function core/modules/update/tests/src/Functional/UpdateCoreTest.php
UpdateCoreTest::testBrokenThenFixedUpdates function core/modules/update/tests/src/Functional/UpdateCoreTest.php Checks that Drupal recovers after problems connecting to update server.
UpdateCoreTest::testClearDiskCache function core/modules/update/tests/src/Functional/UpdateCoreTest.php Checks that clearing the disk cache works.
UpdateCoreTest::testDatestampMismatch function core/modules/update/tests/src/Functional/UpdateCoreTest.php Ensures proper results where there are date mismatches among modules.
UpdateCoreTest::testFetchTasks function core/modules/update/tests/src/Functional/UpdateCoreTest.php Tests that exactly one fetch task per project is created and not more.
UpdateCoreTest::testLanguageModuleUpdate function core/modules/update/tests/src/Functional/UpdateCoreTest.php Checks language module in core package at admin/reports/updates.
UpdateCoreTest::testLocalActions function core/modules/update/tests/src/Functional/UpdateCoreTest.php Ensures that the local actions appear.
UpdateCoreTest::testMajorUpdateAvailable function core/modules/update/tests/src/Functional/UpdateCoreTest.php Tests the Update Manager module when a major update is available.
UpdateCoreTest::testModulePageRegularUpdate function core/modules/update/tests/src/Functional/UpdateCoreTest.php Checks the messages at admin/modules when an update is missing.
UpdateCoreTest::testModulePageRunCron function core/modules/update/tests/src/Functional/UpdateCoreTest.php Checks that running cron updates the list of available updates.
UpdateCoreTest::testModulePageSecurityUpdate function core/modules/update/tests/src/Functional/UpdateCoreTest.php Checks the messages at admin/modules when a security update is missing.
UpdateCoreTest::testModulePageUpToDate function core/modules/update/tests/src/Functional/UpdateCoreTest.php Checks the messages at admin/modules when the site is up to date.
UpdateCoreTest::testNormalUpdateAvailable function core/modules/update/tests/src/Functional/UpdateCoreTest.php Tests the Update Manager module when one normal update is available.
UpdateCoreTest::testNoUpdatesAvailable function core/modules/update/tests/src/Functional/UpdateCoreTest.php Tests the Update Manager module when no updates are available.
UpdateCoreTest::testRevokedRelease function core/modules/update/tests/src/Functional/UpdateCoreTest.php Tests messages when a project release is unpublished.
UpdateCoreTest::testSecurityCoverageMessage function core/modules/update/tests/src/Functional/UpdateCoreTest.php Tests the security coverage messages for Drupal core versions.
UpdateCoreTest::testSecurityUpdateAvailability function core/modules/update/tests/src/Functional/UpdateCoreTest.php Tests the Update Manager module when a security update is available.
UpdateCoreTest::testServiceUnavailable function core/modules/update/tests/src/Functional/UpdateCoreTest.php Tests the Update Manager module when the update server returns 503 errors.
UpdateCoreTest::testUnsupportedRelease function core/modules/update/tests/src/Functional/UpdateCoreTest.php Tests messages when a project release is marked unsupported.
UpdateUploadTest::testUpdateManagerCoreSecurityUpdateMessages function core/modules/update/tests/src/Functional/UpdateUploadTest.php Checks the messages on update manager pages when missing a security update.
ViewCoreUpdateTest class core/modules/views/tests/src/Functional/Update/ViewCoreUpdateTest.php Tests the upgrade path for removing the core key from views configuration.
ViewCoreUpdateTest.php file core/modules/views/tests/src/Functional/Update/ViewCoreUpdateTest.php
ViewCoreUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/ViewCoreUpdateTest.php Set database dump files to be used.
ViewCoreUpdateTest::testPostUpdate function core/modules/views/tests/src/Functional/Update/ViewCoreUpdateTest.php Tests that the core key is removed from views configuration.

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