Search for core

  1. Search 7.x for core
  2. Search 9.5.x for core
  3. Search 8.9.x for core
  4. Search 10.3.x for core
  5. Search main for core
  6. Other projects
Title Object type File name Summary
ProjectCoreCompatibilityTest::testSetProjectCoreCompatibilityRanges function core/modules/update/tests/src/Unit/ProjectCoreCompatibilityTest.php Tests set project core compatibility ranges.
ProjectRelease::$coreCompatibilityMessage property core/modules/update/src/ProjectRelease.php The core compatibility message or NULL if not set.
ProjectRelease::$coreCompatible property core/modules/update/src/ProjectRelease.php Whether the release is compatible with the site's Drupal core version.
ProjectRelease::getCoreCompatibilityMessage function core/modules/update/src/ProjectRelease.php Gets the core compatibility message for the site's version of Drupal core.
ProjectRelease::isCoreCompatible function core/modules/update/src/ProjectRelease.php Determines whether release is compatible the site's version of Drupal core.
ProjectSecurityData::CORE_MINORS_WITH_SECURITY_COVERAGE constant core/modules/update/src/ProjectSecurityData.php The number of minor versions of Drupal core that receive security coverage.
QueueTest::queueScore function core/tests/Drupal/KernelTests/Core/Queue/QueueTest.php Returns the number of equal items in two arrays.
ResolvedLibraryDefinitionsFilesMatchTest::testCoreLibraryCompleteness function core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php Ensures that all core module and theme library files exist.
ResolvedLibraryDefinitionsFilesMatchTest::testCoreLibraryCompletenessDeprecated function core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php Ensures that module and theme library files exist for a deprecated modules.
SchemaTest::testRenameTableWithNameContainingDrupalUnderscoreAndMultipleIndexes function core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php Tests renaming a table which name contains drupal_ with multiple indexes.
Score class core/modules/search/src/Plugin/views/sort/Score.php Sort handler for sorting by search score.
Score class core/modules/search/src/Plugin/views/field/Score.php Field handler for search score.
Score.php file core/modules/search/src/Plugin/views/sort/Score.php
Score.php file core/modules/search/src/Plugin/views/field/Score.php
Score::query function core/modules/search/src/Plugin/views/sort/Score.php Called to add the sort to a query.
Score::query function core/modules/search/src/Plugin/views/field/Score.php Called to add the field to a query.
Score::render function core/modules/search/src/Plugin/views/field/Score.php Renders the field.
Search::$search_score property core/modules/search/src/Plugin/views/argument/Search.php The search score.
Search::$search_score property core/modules/search/src/Plugin/views/filter/Search.php The search score.
SearchMatchTest::_testQueryScores function core/modules/search/tests/src/Kernel/SearchMatchTest.php Tests 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.
SecurityAdvisory::isCoreAdvisory function core/modules/system/src/SecurityAdvisories/SecurityAdvisory.php Whether the security advisory is for core or not.
SmartDefaultSettings::computeSurplusScore function core/modules/ckeditor5/src/SmartDefaultSettings.php Computes a score for the given surplus compared to the given need.
SmartDefaultSettingsTest::providerSurplusScore function core/modules/ckeditor5/tests/src/Unit/SmartDefaultSettingsTest.php Data provider for testing computeSurplusScore().
SmartDefaultSettingsTest::testSurplusScore function core/modules/ckeditor5/tests/src/Unit/SmartDefaultSettingsTest.php Tests surplus score.
StableLibraryOverrideTestBase::enableVisibleAndStableCoreModules function core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php Enable all core modules that are not hidden or experimental.
SystemRequirements::DRUPAL_CORE_REMOVED_MODULE_LIST constant core/modules/system/src/Install/Requirements/SystemRequirements.php An array of machine names of modules that were removed from Drupal core.
SystemRequirements::DRUPAL_CORE_REMOVED_THEME_LIST constant core/modules/system/src/Install/Requirements/SystemRequirements.php An array of machine names of themes that were removed from Drupal core.
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
TemplateProjectTestBase::setUpstreamCoreVersion function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Sets the version of Drupal core to which the test site will be updated.
TemplateProjectTestBase::unboundCoreConstraints function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Changes constraints for core packages to `*`.
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_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
UpdateCalculateProjectDataTest::setCoreVersion function core/modules/update/tests/src/Kernel/UpdateCalculateProjectDataTest.php Sets the installed version of core, as known to the Update Status module.
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.
UpdateSemverCoreBaselineTest class core/modules/update/tests/src/Functional/UpdateSemverCoreBaselineTest.php Tests semantic version handling in the Update Status module for Drupal core.
UpdateSemverCoreBaselineTest.php file core/modules/update/tests/src/Functional/UpdateSemverCoreBaselineTest.php
UpdateSemverCoreSecurityAvailabilityTest class core/modules/update/tests/src/Functional/UpdateSemverCoreSecurityAvailabilityTest.php Tests Update Status with a security update available for Drupal core.
UpdateSemverCoreSecurityAvailabilityTest.php file core/modules/update/tests/src/Functional/UpdateSemverCoreSecurityAvailabilityTest.php
UpdateSemverCoreSecurityCoverageTest class core/modules/update/tests/src/Functional/UpdateSemverCoreSecurityCoverageTest.php Tests the security coverage messages for Drupal core versions.
UpdateSemverCoreSecurityCoverageTest.php file core/modules/update/tests/src/Functional/UpdateSemverCoreSecurityCoverageTest.php
UpdateSemverCoreSecurityCoverageTest::doTestSecurityCoverageMessage function core/modules/update/tests/src/Functional/UpdateSemverCoreSecurityCoverageTest.php Tests the security coverage messages for Drupal core versions.
UpdateSemverCoreSecurityCoverageTest::securityCoverageMessageProvider function core/modules/update/tests/src/Functional/UpdateSemverCoreSecurityCoverageTest.php Data provider for testSecurityCoverageMessage().
UpdateSemverCoreSecurityCoverageTest::testSecurityCoverageMessage function core/modules/update/tests/src/Functional/UpdateSemverCoreSecurityCoverageTest.php Tests the security coverage messages for Drupal core versions.
UpdateSemverCoreTest class core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Tests edge cases of the Available Updates report UI.

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