| test_theme_updates_post_update_test |
function |
core/modules/system/tests/themes/test_theme_updates/test_theme_updates.post_update.php |
Tests post updates for themes. |
| text.post_update.php |
file |
core/modules/text/text.post_update.php |
Contains post update hooks for the text module. |
| TextFieldItemList::defaultValuesFormValidate |
function |
core/modules/text/src/Plugin/Field/FieldType/TextFieldItemList.php |
Validates the submitted default value. |
| TextFormatElementFormTest::validateForm |
function |
core/modules/filter/tests/src/Kernel/TextFormatElementFormTest.php |
Form validation handler. |
| TextItemBase::validateAllowedFormats |
function |
core/modules/text/src/Plugin/Field/FieldType/TextItemBase.php |
Render API callback: Processes the allowed formats value. |
| TextWithSummaryItemTest::testCrudAndUpdate |
function |
core/modules/text/tests/src/Kernel/TextWithSummaryItemTest.php |
Tests processed properties. |
| text_post_update_allowed_formats |
function |
core/modules/text/text.post_update.php |
Add allowed_formats setting to existing text fields. |
| text_removed_post_updates |
function |
core/modules/text/text.post_update.php |
Implements hook_removed_post_updates(). |
| theme.negotiator.system.db_update |
service |
core/modules/system/system.services.yml |
Drupal\system\Theme\DbUpdateNegotiator |
| Theme::canUpdate |
function |
core/lib/Drupal/Core/Updater/Theme.php |
Determines whether this class can update the specified project. |
| Theme::canUpdateDirectory |
function |
core/lib/Drupal/Core/Updater/Theme.php |
Determines if the Updater can handle the project provided in $directory. |
| ThemeRegistry::updateCache |
function |
core/lib/Drupal/Core/Utility/ThemeRegistry.php |
Writes a value to the persistent cache immediately. |
| ThemeSettingsForm::validateForm |
function |
core/modules/system/src/Form/ThemeSettingsForm.php |
Form validation handler. |
| ThemeSettingsForm::validatePath |
function |
core/modules/system/src/Form/ThemeSettingsForm.php |
Helper function for the system_theme_settings form. |
| ThemeTest::testThemeUpdateManagement |
function |
core/modules/system/tests/src/Kernel/Theme/ThemeTest.php |
Tests the update registry is correct during theme install and uninstall. |
| ThemeTest::testThemeUpdateManagementRemovedPostUpdates |
function |
core/modules/system/tests/src/Kernel/Theme/ThemeTest.php |
Tests the update registry is correct during theme install and uninstall. |
| ThemeUpdateTest |
class |
core/modules/system/tests/src/Functional/Theme/ThemeUpdateTest.php |
Tests low-level theme functions. |
| ThemeUpdateTest.php |
file |
core/modules/system/tests/src/Functional/Theme/ThemeUpdateTest.php |
|
| ThemeUpdateTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Theme/ThemeUpdateTest.php |
The theme to install as the default for testing. |
| ThemeUpdateTest::doSelectionTest |
function |
core/modules/system/tests/src/Functional/Theme/ThemeUpdateTest.php |
Tests the selection page. |
| ThemeUpdateTest::testThemeUpdates |
function |
core/modules/system/tests/src/Functional/Theme/ThemeUpdateTest.php |
Ensures preprocess functions run even for suggestion implementations. |
| Time::$dateFormatter |
property |
core/modules/views/src/Plugin/views/cache/Time.php |
The date formatter service. |
| Time::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/cache/Time.php |
Validate the options form. |
| TimeInterval::$dateFormatter |
property |
core/modules/views/src/Plugin/views/field/TimeInterval.php |
The date formatter service. |
| Timestamp::getDateTime |
function |
core/lib/Drupal/Core/TypedData/Plugin/DataType/Timestamp.php |
Returns the date time object. |
| Timestamp::setDateTime |
function |
core/lib/Drupal/Core/TypedData/Plugin/DataType/Timestamp.php |
Sets the date time object. |
| TimestampAgoFormatter::$dateFormatter |
property |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampAgoFormatter.php |
The date formatter service. |
| TimestampDatetimeWidget |
class |
core/lib/Drupal/Core/Datetime/Plugin/Field/FieldWidget/TimestampDatetimeWidget.php |
Plugin implementation of the 'datetime timestamp' widget. |
| TimestampDatetimeWidget.php |
file |
core/lib/Drupal/Core/Datetime/Plugin/Field/FieldWidget/TimestampDatetimeWidget.php |
|
| TimestampDatetimeWidget::formElement |
function |
core/lib/Drupal/Core/Datetime/Plugin/Field/FieldWidget/TimestampDatetimeWidget.php |
Returns the form for a single field widget. |
| TimestampDatetimeWidget::massageFormValues |
function |
core/lib/Drupal/Core/Datetime/Plugin/Field/FieldWidget/TimestampDatetimeWidget.php |
Massages the form values into the format expected for field values. |
| TimestampFormatter::$dateFormatStorage |
property |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php |
The date format entity storage. |
| TimestampFormatter::$dateFormatter |
property |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php |
The date formatter service. |
| TimestampFormatter::CUSTOM_DATE_FORMAT |
constant |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php |
Used to specify a date format that is customizable by user. |
| TimestampFormatterSettingsUpdateTest |
class |
core/modules/system/tests/src/Functional/Update/TimestampFormatterSettingsUpdateTest.php |
Tests the update of timestamp formatter settings. |
| TimestampFormatterSettingsUpdateTest.php |
file |
core/modules/system/tests/src/Functional/Update/TimestampFormatterSettingsUpdateTest.php |
|
| TimestampFormatterSettingsUpdateTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Update/TimestampFormatterSettingsUpdateTest.php |
The theme to install as the default for testing. |
| TimestampFormatterSettingsUpdateTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/TimestampFormatterSettingsUpdateTest.php |
Set database dump files to be used. |
| TimestampFormatterSettingsUpdateTest::testPostUpdateTimestampFormatter |
function |
core/modules/system/tests/src/Functional/Update/TimestampFormatterSettingsUpdateTest.php |
Tests the update of timestamp formatter settings. |
| TimestampItemTest::testDateTime |
function |
core/modules/field/tests/src/Kernel/Timestamp/TimestampItemTest.php |
Tests using entity fields of the datetime field type. |
| TimestampNormalizerTestDrupalDateTime |
class |
core/modules/serialization/tests/src/Unit/Normalizer/TimestampNormalizerTest.php |
Provides a test class for testing DrupalDateTime. |
| TimestampNormalizerTestDrupalDateTime::setTimezone |
function |
core/modules/serialization/tests/src/Unit/Normalizer/TimestampNormalizerTest.php |
|
| TimezoneTest::$date |
property |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
The date used in tests. |
| TimezoneTest::$dateFormat |
property |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
HTML date format pattern. |
| TimezoneTest::$formattedDates |
property |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
The test date formatted in various formats and timezones. |
| TimezoneTest::assertDateTimezonePropertyProcessed |
function |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
Asserts that elements set #date_timezone correctly. |
| TimezoneTest::testDatelistElementTimesUnderstoodCorrectly |
function |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
Tests datelist elements interpret their times correctly when saving. |
| TimezoneTest::testDatelistTimezonePropertyProcessed |
function |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
On datelist elements test #date_timezone after ::processDatetime. |
| TimezoneTest::testDatetimeElementTimesUnderstoodCorrectly |
function |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
Tests datetime elements interpret their times correctly when saving. |
| TimezoneTest::testDatetimeTimezonePropertyProcessed |
function |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
On datetime elements test #date_timezone after ::processDatetime. |