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
Drupal::CORE_MINIMUM_SCHEMA_VERSION constant core/lib/Drupal.php Core minimum schema version.
DrupalComponentTest::assertNoCoreUsage function core/tests/Drupal/Tests/Component/DrupalComponentTest.php Asserts that the given class is not using any class from Core namespace.
DrupalComponentTest::providerAssertNoCoreUseage function core/tests/Drupal/Tests/Component/DrupalComponentTest.php Data provider for testAssertNoCoreUseage().
DrupalComponentTest::testAssertNoCoreUseage function core/tests/Drupal/Tests/Component/DrupalComponentTest.php @covers \Drupal\Tests\Component\DrupalComponentTest::assertNoCoreUsage[[api-linebreak]]
@dataProvider providerAssertNoCoreUseage
DrupalComponentTest::testNoCoreInComponent function core/tests/Drupal/Tests/Component/DrupalComponentTest.php Tests that classes in Component do not use any Core class.
DrupalComponentTest::testNoCoreInComponentTests function core/tests/Drupal/Tests/Component/DrupalComponentTest.php Tests that classes in Component Tests do not use any Core class.
DrupalCoreComposer class composer/Generator/Util/DrupalCoreComposer.php Utilities for accessing composer.json data from drupal/drupal and drupal/core.
DrupalCoreComposer.php file composer/Generator/Util/DrupalCoreComposer.php
DrupalCoreComposer::$composerJson property composer/Generator/Util/DrupalCoreComposer.php Cached composer.json data.
DrupalCoreComposer::$composerLock property composer/Generator/Util/DrupalCoreComposer.php Cached composer.lock data.
DrupalCoreComposer::composerLock function composer/Generator/Util/DrupalCoreComposer.php Fetch the composer lock data.
DrupalCoreComposer::createFromPath function composer/Generator/Util/DrupalCoreComposer.php DrupalCoreComposer factory.
DrupalCoreComposer::getRequireDev function composer/Generator/Util/DrupalCoreComposer.php Return the "require-dev" section from root or core composer.json file.
DrupalCoreComposer::loadJsonFromPath function composer/Generator/Util/DrupalCoreComposer.php Load json data from the specified path.
DrupalCoreComposer::packageLockInfo function composer/Generator/Util/DrupalCoreComposer.php Look up the info for one package in the composer.lock file.
DrupalCoreComposer::rootComposerJson function composer/Generator/Util/DrupalCoreComposer.php Fetch the composer data from the root drupal/drupal project.
DrupalCoreComposer::__construct function composer/Generator/Util/DrupalCoreComposer.php DrupalCoreComposer constructor.
DrupalCoreRecommendedBuilder class composer/Generator/Builder/DrupalCoreRecommendedBuilder.php Builder to produce metapackage for drupal/core-recommended.
DrupalCoreRecommendedBuilder.php file composer/Generator/Builder/DrupalCoreRecommendedBuilder.php
DrupalCoreRecommendedBuilder::getPackage function composer/Generator/Builder/DrupalCoreRecommendedBuilder.php Generate the Composer.json data for the current tag or branch.
DrupalCoreRecommendedBuilder::getPath function composer/Generator/Builder/DrupalCoreRecommendedBuilder.php Return the path to where the metapackage should be written.
DrupalCoreRecommendedBuilder::initialPackageMetadata function composer/Generator/Builder/DrupalCoreRecommendedBuilder.php Returns the initial package metadata that describes the metapackage.
DrupalPackageBuilder::$drupalCoreInfo property composer/Generator/Builder/DrupalPackageBuilder.php Information about composer.json, composer.lock etc. in current release.
ExtensionDiscovery::ORIGIN_CORE constant core/lib/Drupal/Core/Extension/ExtensionDiscovery.php Origin directory weight: Core.
feed.reader.dublincoreentry service core/core.services.yml Laminas\Feed\Reader\Extension\DublinCore\Entry
feed.reader.dublincorefeed service core/core.services.yml Laminas\Feed\Reader\Extension\DublinCore\Feed
feed.writer.dublincorerendererentry service core/core.services.yml Laminas\Feed\Writer\Extension\DublinCore\Renderer\Entry
feed.writer.dublincorerendererfeed service core/core.services.yml Laminas\Feed\Writer\Extension\DublinCore\Renderer\Feed
FieldDiscovery::$supportedCoreVersions property core/modules/migrate_drupal/src/FieldDiscovery.php An array of supported Drupal core versions.
FieldDiscovery::getCoreVersion function core/modules/migrate_drupal/src/FieldDiscovery.php Finds the core version of a Drupal migration.
FieldDiscoveryTest::getCoreVersionData function core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php Provides data for testGetCoreVersion()
FieldDiscoveryTest::testGetCoreVersion function core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php Test the protected getCoreVersion method.
FieldDiscoveryTestClass::getCoreVersion function core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php Finds the core version of a Drupal migration.
FieldTypePluginManagerTest::enableAllCoreModules function core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php Enable all core modules.
FileSystemModuleDiscoveryDataProviderTrait::coreModuleListDataProvider function core/tests/Drupal/KernelTests/FileSystemModuleDiscoveryDataProviderTrait.php A data provider that lists every module in core.
Fixtures::drupalCoreComposerFixture function core/tests/Drupal/Tests/Composer/Generator/Fixtures.php Generate a suitable DrupalCoreComposer fixture for testing.
FormBuilder::$safeCoreValueCallables property core/lib/Drupal/Core/Form/FormBuilder.php Defines element value callables which are safe to run even when the form
state has an invalid CSRF token.
HelpTopicDiscoveryTest::testHelpTopicsInCore function core/modules/help_topics/tests/src/Unit/HelpTopicDiscoveryTest.php @covers ::findAll[[api-linebreak]]
InfoParserDynamic::FIRST_CORE_VERSION_REQUIREMENT_SUPPORTED_VERSION constant core/lib/Drupal/Core/Extension/InfoParserDynamic.php The earliest Drupal version that supports the 'core_version_requirement'.
InfoParserDynamic::getAllPreviousCoreVersions function core/lib/Drupal/Core/Extension/InfoParserDynamic.php Gets all the versions of Drupal 8 before a specific version.
InfoParserUnitTest::providerCoreIncompatibility function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Dataprovider for testCoreIncompatibility().
InfoParserUnitTest::providerCoreVersionRequirementInvalid function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Dataprovider for testCoreVersionRequirementInvalid().
InfoParserUnitTest::testCoreCoreVersionRequirement88 function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests that 'core_version_requirement: ^8.8' is invalid with a 'core' key.
InfoParserUnitTest::testCoreIncompatibility function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php @covers ::parse[[api-linebreak]]
InfoParserUnitTest::testCoreVersionRequirement88 function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests that 'core_version_requirement: ^8.8' is valid with no 'core' key.
InfoParserUnitTest::testCoreVersionRequirementInvalid function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests a invalid 'core_version_requirement'.
InfoParserUnitTest::testInfoParserCoreInfo function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests common info file.
InfoParserUnitTest::testInvalidCore function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests a invalid 'core' key.
InfoParserUnitTest::testMissingCoreCoreVersionRequirement function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests that missing 'core' and 'core_version_requirement' keys are detected.
InfoParserUnitTest::testTestingPackageMissingCoreCoreVersionRequirement function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests that Testing package modules use a default core_version_requirement.

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