Search for drupal_
- Search 7.x for drupal_
- Search 9.5.x for drupal_
- Search 8.9.x for drupal_
- Search 11.x for drupal_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DrupalDateTime::__construct | function | core/ |
Constructs a date object. |
| DrupalDateTime::__sleep | function | core/ |
|
| DrupalDateTimeTest | class | core/ |
@coversDefaultClass \Drupal\Core\Datetime\DrupalDateTime[[api-linebreak]] @group Datetime |
| DrupalDateTimeTest | class | core/ |
Tests DrupalDateTime functionality. |
| DrupalDateTimeTest.php | file | core/ |
|
| DrupalDateTimeTest.php | file | core/ |
|
| DrupalDateTimeTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| 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/ |
Test setup. |
| 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/ |
@covers ::getPhpDateTime[[api-linebreak]] |
| 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. |
| DrupalDevDependenciesBuilder.php | file | composer/ |
|
| DrupalDevDependenciesBuilder::getPackage | function | composer/ |
Generate the Composer.json data for the current tag or branch. |
| DrupalDevDependenciesBuilder::getPath | function | composer/ |
Return the path to where the metapackage should be written. |
| DrupalDevDependenciesBuilder::initialPackageMetadata | function | composer/ |
Returns the initial package metadata that describes the metapackage. |
| DrupalFlushAllCachesInInstallerTest | class | core/ |
Tests drupal_flush_all_caches() during an install. |
| DrupalFlushAllCachesInInstallerTest.php | file | core/ |
|
| DrupalFlushAllCachesInInstallerTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| DrupalFlushAllCachesInInstallerTest::$profile | property | core/ |
The profile to install as a basis for testing. |
| DrupalFlushAllCachesInInstallerTest::prepareEnvironment | function | core/ |
Prepares the current environment for running the test. |
| DrupalFlushAllCachesInInstallerTest::testInstalled | function | core/ |
Confirms that the installation succeeded. |
| DrupalFlushAllCachesTest | class | core/ |
@covers ::drupal_flush_all_caches[[api-linebreak]] @group Common |
| DrupalFlushAllCachesTest.php | file | core/ |
|
| DrupalFlushAllCachesTest::$containerBuilds | property | core/ |
Stores the number of container builds. |
| DrupalFlushAllCachesTest::$modules | property | core/ |
Modules to install. |
| DrupalFlushAllCachesTest::register | function | core/ |
Registers test-specific services. |
| DrupalFlushAllCachesTest::testDrupalFlushAllCachesModuleList | function | core/ |
Tests that drupal_flush_all_caches() uses core.extension properly. |
| DrupalKernel | class | core/ |
The DrupalKernel class is the core of Drupal itself. |
| DrupalKernel.php | file | core/ |
|
| DrupalKernel::$allowDumping | property | core/ |
Whether the container can be dumped. |
| DrupalKernel::$booted | property | core/ |
Whether the kernel has been booted. |
| DrupalKernel::$bootstrapContainer | property | core/ |
Holds the bootstrap container. |
| DrupalKernel::$bootstrapContainerClass | property | core/ |
Holds the class used for instantiating the bootstrap container. |
| DrupalKernel::$classLoader | property | core/ |
The class loader object. |
| DrupalKernel::$configStorage | property | core/ |
Config storage object used for reading enabled modules configuration. |
| DrupalKernel::$container | property | core/ |
Holds the container instance. |
| DrupalKernel::$containerNeedsDumping | property | core/ |
Whether the container needs to be dumped once booting is complete. |
| DrupalKernel::$containerNeedsRebuild | property | core/ |
Whether the container needs to be rebuilt the next time it is initialized. |
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.