DisplayModeUpdateTest::$defaultFormDisplayName |
property |
core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php |
The default form display name. |
DisplayModeUpdateTest::$defaultViewDisplayName |
property |
core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php |
The default view display name. |
DisplayModeUpdateTest::$foobarFormDisplayName |
property |
core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php |
The alternate form display name. |
DisplayModeUpdateTest::$foobarViewDisplayName |
property |
core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php |
The alternate view display name. |
DisplayModeUpdateTest::setUp |
function |
core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php |
Set the default field storage backend for fields created during tests. |
DisplayModeUpdateTest::testDisplayModeUpdateAfterFieldCreation |
function |
core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php |
Ensure display modes are updated when fields are created. |
DisplayPluginBase::validate |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Validate that the plugin is correct and can be saved. |
DisplayPluginBase::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Validate the options form. |
DisplayPluginInterface::validate |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Make sure the display and all associated handlers are valid. |
DisplayPluginInterface::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Validates the options form. |
DisplayTest::validate |
function |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayTest.php |
Validate that the plugin is correct and can be saved. |
DisplayTest::validateOptionsForm |
function |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayTest.php |
Validate the options form. |
downgrade_prevention_test_update_11102 |
function |
core/modules/system/tests/modules/downgrade_prevention_test/downgrade_prevention_test.install |
A hook_update_N that is equivalent update to 10400. |
DraggableListBuilderTrait::validateForm |
function |
core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php |
Form validation handler. |
drupal-8.update-test-schema-enabled.php |
file |
core/modules/system/tests/fixtures/update/drupal-8.update-test-schema-enabled.php |
Partial database to mimic the installation of the update_test_schema module. |
drupal-8.update-test-semver-update-n-enabled.php |
file |
core/modules/system/tests/fixtures/update/drupal-8.update-test-semver-update-n-enabled.php |
Database to mimic the installation of the update_test_semver_update_n module. |
Drupal::entityDefinitionUpdateManager |
function |
core/lib/Drupal.php |
Returns the entity definition update manager. |
DrupalDateTime |
class |
core/lib/Drupal/Core/Datetime/DrupalDateTime.php |
Extends DateTimePlus(). |
DrupalDateTime.php |
file |
core/lib/Drupal/Core/Datetime/DrupalDateTime.php |
|
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/Tests/Core/Datetime/DrupalDateTimeTest.php |
Tests Drupal\Core\Datetime\DrupalDateTime. |
DrupalDateTimeTest |
class |
core/tests/Drupal/KernelTests/Core/Datetime/DrupalDateTimeTest.php |
Tests DrupalDateTime functionality. |
DrupalDateTimeTest.php |
file |
core/tests/Drupal/KernelTests/Core/Datetime/DrupalDateTimeTest.php |
|
DrupalDateTimeTest.php |
file |
core/tests/Drupal/Tests/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::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. |
Drupal\block\BlockConfigUpdater |
service |
core/modules/block/block.services.yml |
|