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
InfoParserUnitTest::testUnparsableCoreVersionRequirement function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests the exception for an unparsable 'core_version_requirement' value.
install.core.inc file core/includes/install.core.inc API functions for installing Drupal.
InstallStorage::getCoreFolder function core/lib/Drupal/Core/Config/InstallStorage.php Get folder inside Drupal core that contains the files.
InstallStorage::getCoreNames function core/lib/Drupal/Core/Config/InstallStorage.php Get all configuration names and folders for Drupal core.
install_core_entity_type_definitions function core/includes/install.core.inc Installs entity type definitions provided by core.
LegacyLibraryDiscoveryTest::testJqueryUiEffectsCore function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.effects.core library is deprecated.
LibraryDiscoveryParserTest::testNonCoreLibrariesFound function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php @covers ::buildByExtension[[api-linebreak]]
LibraryDiscoveryParserTest::testNonCoreLibrariesNotFound function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php @covers ::buildByExtension[[api-linebreak]]
MigrateField::$core property core/modules/migrate_drupal/src/Annotation/MigrateField.php The Drupal core version(s) this plugin applies to.
MigrateFieldPluginManager::DEFAULT_CORE_VERSION constant core/modules/migrate_drupal/src/Plugin/MigrateFieldPluginManager.php The default version of core to use for field plugins.
ModuleInstallerTest::providerTestInvalidCoreInstall function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Dataprovider for testInvalidCoreInstall().
ModuleInstallerTest::testDependencyInvalidCoreInstall function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Tests install with a dependency with an invalid core version constraint.
ModuleInstallerTest::testDependencyInvalidCoreInstallNoDependencies function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Tests no dependencies install with a dependency with invalid core.
ModuleInstallerTest::testInvalidCoreInstall function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Tests install with a module with an invalid core version constraint.
ModuleVersion::CORE_PREFIX constant core/modules/update/src/ModuleVersion.php The '8.x-' prefix is used on contrib module version numbers.
ModuleVersionTest::providerInvalidBranchCorePrefix function core/modules/update/tests/src/Unit/ModuleVersionTest.php Data provider for testInvalidBranchCorePrefix().
ModuleVersionTest::providerInvalidVersionCorePrefix function core/modules/update/tests/src/Unit/ModuleVersionTest.php Data provider for testInvalidVersionCorePrefix().
ModuleVersionTest::testInvalidBranchCorePrefix function core/modules/update/tests/src/Unit/ModuleVersionTest.php @covers ::createFromSupportBranch[[api-linebreak]]
ModuleVersionTest::testInvalidVersionCorePrefix function core/modules/update/tests/src/Unit/ModuleVersionTest.php @covers ::createFromVersionString[[api-linebreak]]
MoveActionsToCoreTest class core/modules/system/tests/src/Functional/Update/MoveActionsToCoreTest.php Tests moving email, goto, and message actions to core namespace.
MoveActionsToCoreTest.php file core/modules/system/tests/src/Functional/Update/MoveActionsToCoreTest.php
MoveActionsToCoreTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/MoveActionsToCoreTest.php The theme to install as the default for testing.
MoveActionsToCoreTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/MoveActionsToCoreTest.php Set database dump files to be used.
MoveActionsToCoreTest::testUpdateActionPlugins function core/modules/system/tests/src/Functional/Update/MoveActionsToCoreTest.php Tests upgrading actions to core namespace.
plugin.manager.core.layout service core/modules/layout_discovery/layout_discovery.services.yml Drupal\Core\Layout\LayoutPluginManager
ProjectCoreCompatibility class core/modules/update/src/ProjectCoreCompatibility.php Utility class to set core compatibility messages for project releases.
ProjectCoreCompatibility.php file core/modules/update/src/ProjectCoreCompatibility.php
ProjectCoreCompatibility::$compatibilityMessages property core/modules/update/src/ProjectCoreCompatibility.php Cache of core compatibility messages per core version constraint.
ProjectCoreCompatibility::$existingCoreVersion property core/modules/update/src/ProjectCoreCompatibility.php The currently installed version of Drupal core.
ProjectCoreCompatibility::$possibleCoreUpdateVersions property core/modules/update/src/ProjectCoreCompatibility.php Cache of core versions that are available for updates.
ProjectCoreCompatibility::createMessageFromCoreCompatibility function core/modules/update/src/ProjectCoreCompatibility.php Creates core a compatibility message from a semantic version constraint.
ProjectCoreCompatibility::getCompatibilityRanges function core/modules/update/src/ProjectCoreCompatibility.php Gets the compatibility ranges for a semantic version constraint.
ProjectCoreCompatibility::getPossibleCoreUpdateVersions function core/modules/update/src/ProjectCoreCompatibility.php Gets the core versions that should be considered for compatibility ranges.
ProjectCoreCompatibility::isCoreCompatible function core/modules/update/src/ProjectCoreCompatibility.php Determines if a release is compatible with the currently installed core.
ProjectCoreCompatibility::setReleaseMessage function core/modules/update/src/ProjectCoreCompatibility.php Sets core compatibility messages for project releases.
ProjectCoreCompatibility::__construct function core/modules/update/src/ProjectCoreCompatibility.php Constructs a ProjectCoreCompatibility object.
ProjectCoreCompatibilityTest class core/modules/update/tests/src/Unit/ProjectCoreCompatibilityTest.php @coversDefaultClass \Drupal\update\ProjectCoreCompatibility[[api-linebreak]]
ProjectCoreCompatibilityTest.php file core/modules/update/tests/src/Unit/ProjectCoreCompatibilityTest.php
ProjectCoreCompatibilityTest::providerSetProjectCoreCompatibilityRanges function core/modules/update/tests/src/Unit/ProjectCoreCompatibilityTest.php Data provider for testSetProjectCoreCompatibilityRanges().
ProjectCoreCompatibilityTest::testSetProjectCoreCompatibilityRanges function core/modules/update/tests/src/Unit/ProjectCoreCompatibilityTest.php @covers ::setReleaseMessage[[api-linebreak]]
@dataProvider providerSetProjectCoreCompatibilityRanges
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.
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.

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