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