| DrupalDateTime::$formatTranslationCache |
property |
core/lib/Drupal/Core/Datetime/DrupalDateTime.php |
Formatted strings translation cache. |
| DrupalDateTime::format |
function |
core/lib/Drupal/Core/Datetime/DrupalDateTime.php |
Overrides format(). |
| DrupalDateTime::prepareTimezone |
function |
core/lib/Drupal/Core/Datetime/DrupalDateTime.php |
Overrides prepareTimezone(). |
| DrupalDateTime::__construct |
function |
core/lib/Drupal/Core/Datetime/DrupalDateTime.php |
Constructs a date object. |
| DrupalDateTime::__sleep |
function |
core/lib/Drupal/Core/Datetime/DrupalDateTime.php |
|
| DrupalDateTimeTest |
class |
core/tests/Drupal/KernelTests/Core/Datetime/DrupalDateTimeTest.php |
Tests DrupalDateTime functionality. |
| DrupalDateTimeTest |
class |
core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php |
Tests Drupal\Core\Datetime\DrupalDateTime. |
| DrupalDateTimeTest.php |
file |
core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php |
|
| DrupalDateTimeTest.php |
file |
core/tests/Drupal/KernelTests/Core/Datetime/DrupalDateTimeTest.php |
|
| DrupalDateTimeTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Datetime/DrupalDateTimeTest.php |
Set up required modules. |
| DrupalDateTimeTest::providerTestDateDiff |
function |
core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php |
Provides data for date tests. |
| DrupalDateTimeTest::providerTestInvalidDateDiff |
function |
core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php |
Provides data for date tests. |
| DrupalDateTimeTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Datetime/DrupalDateTimeTest.php |
|
| DrupalDateTimeTest::testChainable |
function |
core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php |
Tests that object methods are chainable. |
| DrupalDateTimeTest::testChainableNonCallable |
function |
core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php |
Tests that chained calls to non-existent functions throw an exception. |
| DrupalDateTimeTest::testChainableNonChainable |
function |
core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php |
Tests that non-chainable methods work. |
| DrupalDateTimeTest::testDateDiff |
function |
core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php |
Tests date diffs. |
| DrupalDateTimeTest::testDateTimezone |
function |
core/tests/Drupal/KernelTests/Core/Datetime/DrupalDateTimeTest.php |
Tests that DrupalDateTime can detect the right timezone to use. |
| DrupalDateTimeTest::testDefaultDateTime |
function |
core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php |
Tests setting the default time for date-only objects. |
| DrupalDateTimeTest::testGetPhpDateTime |
function |
core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php |
Tests get php date time. |
| DrupalDateTimeTest::testInvalidDateDiff |
function |
core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php |
Tests date diff exception caused by invalid input. |
| DrupalDateTimeTest::testRfc2822DateFormat |
function |
core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php |
Tests that an RFC2822 formatted date always returns an English string. |
| DrupalDateTimeTest::testSleep |
function |
core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php |
Test to avoid serialization of formatTranslationCache. |
| DrupalDateTimeTest::testTimezoneFormat |
function |
core/tests/Drupal/KernelTests/Core/Datetime/DrupalDateTimeTest.php |
Tests the ability to override the time zone in the format method. |
| DrupalKernel::invalidateContainer |
function |
core/lib/Drupal/Core/DrupalKernel.php |
Invalidate the service container for the next request. |
| DrupalKernel::updateModules |
function |
core/lib/Drupal/Core/DrupalKernel.php |
Implements Drupal\Core\DrupalKernelInterface::updateModules(). |
| DrupalKernel::updateThemes |
function |
core/lib/Drupal/Core/DrupalKernel.php |
Updates the kernel's list of themes to the new list. |
| DrupalKernel::validateHostname |
function |
core/lib/Drupal/Core/DrupalKernel.php |
Validates the hostname supplied from the HTTP request. |
| DrupalKernel::validateHostnameLength |
function |
core/lib/Drupal/Core/DrupalKernel.php |
Validates a hostname length. |
| DrupalKernelInterface::invalidateContainer |
function |
core/lib/Drupal/Core/DrupalKernelInterface.php |
Invalidate the service container for the next request. |
| DrupalKernelInterface::updateModules |
function |
core/lib/Drupal/Core/DrupalKernelInterface.php |
Updates the kernel's list of modules to the new list. |
| DrupalKernelInterface::updateThemes |
function |
core/lib/Drupal/Core/DrupalKernelInterface.php |
Updates the kernel's list of themes to the new list. |
| Drupal\block\BlockConfigUpdater |
service |
core/modules/block/block.services.yml |
|
| Drupal\Core\Datetime\DatePreprocess |
service |
core/core.services.yml |
Drupal\Core\Datetime\DatePreprocess |
| Drupal\node\NodeBulkUpdate |
service |
core/modules/node/node.services.yml |
|
| Drupal\package_manager\EventSubscriber\UpdateDataSubscriber |
service |
core/modules/package_manager/package_manager.services.yml |
|
| Drupal\package_manager\PackageManagerUpdateProcessor |
service |
core/modules/package_manager/package_manager.services.yml |
|
| Drupal\package_manager\Validator\PendingUpdatesValidator |
service |
core/modules/package_manager/package_manager.services.yml |
|
| Drupal\package_manager\Validator\SandboxDatabaseUpdatesValidator |
service |
core/modules/package_manager/package_manager.services.yml |
|
| Drupal\views\ViewsConfigUpdater |
service |
core/modules/views/views.services.yml |
|
| drupal_get_updaters |
function |
core/includes/common.inc |
Assembles the Drupal Updater registry. |
| drupal_load_updates |
function |
core/includes/install.inc |
Loads .install files for installed modules to initialize the update system. |
| DuplicateInfoFileValidator::validate |
function |
core/modules/package_manager/src/Validator/DuplicateInfoFileValidator.php |
Validates the stage does not have duplicate info.yml not present in active. |
| EarlyDateTest |
class |
core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php |
Posts an article with a taxonomy term and a date prior to 1970. |
| EarlyDateTest.php |
file |
core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php |
|
| EarlyDateTest::$defaultTheme |
property |
core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php |
The theme to install as the default for testing. |
| EarlyDateTest::$modules |
property |
core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php |
Modules to install. |
| EarlyDateTest::setUp |
function |
core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php |
|
| EarlyDateTest::testTaxonomyEarlyDateNode |
function |
core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php |
Tests taxonomy functionality with nodes prior to 1970. |
| editor.post_update.php |
file |
core/modules/editor/editor.post_update.php |
Post update functions for Editor. |