Search for drupal_
- Search 7.x for drupal_
- Search 9.5.x for drupal_
- Search 8.9.x for drupal_
- Search 10.3.x for drupal_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DrupalComponentTest::findPhpClasses | function | core/ |
Searches a directory recursively for PHP classes. |
| DrupalComponentTest::getComponents | function | core/ |
Data provider. |
| DrupalComponentTest::providerAssertNoCoreUsage | function | core/ |
Data provider for testAssertNoCoreUsage(). |
| DrupalComponentTest::testAssertNoCoreUsage | function | core/ |
@legacy-covers \Drupal\Tests\Component\DrupalComponentTest::assertNoCoreUsage |
| DrupalComponentTest::testComponentLicense | function | core/ |
Tests LICENSE.txt is present and has the correct content. |
| 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 working with drupal composer.json files and data. |
| 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. |
| DrupalDateTime | class | core/ |
Extends DateTimePlus(). |
| DrupalDateTime.php | file | core/ |
|
| DrupalDateTime::$formatTranslationCache | property | core/ |
Formatted strings translation cache. |
| DrupalDateTime::format | function | core/ |
Overrides format(). |
| DrupalDateTime::prepareTimezone | function | core/ |
Overrides prepareTimezone(). |
| DrupalDateTime::__construct | function | core/ |
Constructs a date object. |
| DrupalDateTime::__sleep | function | core/ |
|
| DrupalDateTimeTest | class | core/ |
Tests DrupalDateTime functionality. |
| DrupalDateTimeTest | class | core/ |
Tests Drupal\Core\Datetime\DrupalDateTime. |
| DrupalDateTimeTest.php | file | core/ |
|
| DrupalDateTimeTest.php | file | core/ |
|
| DrupalDateTimeTest::$modules | property | core/ |
Set up required modules. |
| DrupalDateTimeTest::providerTestDateDiff | function | core/ |
Provides data for date tests. |
| DrupalDateTimeTest::providerTestInvalidDateDiff | function | core/ |
Provides data for date tests. |
| DrupalDateTimeTest::setUp | function | core/ |
|
| DrupalDateTimeTest::testChainable | function | core/ |
Tests that object methods are chainable. |
| DrupalDateTimeTest::testChainableNonCallable | function | core/ |
Tests that chained calls to non-existent functions throw an exception. |
| DrupalDateTimeTest::testChainableNonChainable | function | core/ |
Tests that non-chainable methods work. |
| DrupalDateTimeTest::testDateDiff | function | core/ |
Tests date diffs. |
| DrupalDateTimeTest::testDateTimezone | function | core/ |
Tests that DrupalDateTime can detect the right timezone to use. |
| DrupalDateTimeTest::testDefaultDateTime | function | core/ |
Tests setting the default time for date-only objects. |
| DrupalDateTimeTest::testGetPhpDateTime | function | core/ |
Tests get php date time. |
| DrupalDateTimeTest::testInvalidDateDiff | function | core/ |
Tests date diff exception caused by invalid input. |
| DrupalDateTimeTest::testRfc2822DateFormat | function | core/ |
Tests that an RFC2822 formatted date always returns an English string. |
| DrupalDateTimeTest::testSleep | function | core/ |
Test to avoid serialization of formatTranslationCache. |
| DrupalDateTimeTest::testTimezoneFormat | function | core/ |
Tests the ability to override the time zone in the format method. |
| DrupalDevDependenciesBuilder | class | composer/ |
Builder to produce metapackage for drupal/core-dev. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.