| TimestampFormatterTest::$display |
property |
core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php |
|
| TimestampFormatterTest::$entityType |
property |
core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php |
|
| TimestampFormatterTest::$fieldName |
property |
core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php |
|
| TimestampFormatterTest::$modules |
property |
core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php |
Modules to install. |
| TimestampFormatterTest::renderEntityFields |
function |
core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php |
Renders fields of a given entity with a given display. |
| TimestampFormatterTest::setUp |
function |
core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php |
|
| TimestampFormatterTest::testTimestampAgoFormatter |
function |
core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php |
Tests TimestampAgoFormatter. |
| TimestampFormatterTest::testTimestampFormatter |
function |
core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php |
Tests TimestampFormatter. |
| TimestampFormatterWithTimeDiffTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php |
Tests the 'timestamp' formatter when is used with time difference setting. |
| TimestampFormatterWithTimeDiffTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php |
|
| TimestampFormatterWithTimeDiffTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php |
The theme to install as the default for testing. |
| TimestampFormatterWithTimeDiffTest::$entity |
property |
core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php |
Testing entity. |
| TimestampFormatterWithTimeDiffTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php |
Modules to install. |
| TimestampFormatterWithTimeDiffTest::getFormatDiffTestCases |
function |
core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php |
Provides test cases for unit testing Drupal.timeDiff.format(). |
| TimestampFormatterWithTimeDiffTest::getRefreshIntervalTestCases |
function |
core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php |
Provides test cases for unit testing Drupal.timeDiff.refreshInterval(). |
| TimestampFormatterWithTimeDiffTest::setUp |
function |
core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php |
|
| TimestampFormatterWithTimeDiffTest::testNoRefreshInterval |
function |
core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php |
Tests the 'timestamp' formatter without refresh interval. |
| TimestampFormatterWithTimeDiffTest::testTimestampFormatterWithTimeDiff |
function |
core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php |
Tests the 'timestamp' formatter when is used with time difference setting. |
| TimestampFormatterWithTimeDiffViewsTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffViewsTest.php |
Tests the timestamp formatter used with time difference setting in views. |
| TimestampFormatterWithTimeDiffViewsTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffViewsTest.php |
|
| TimestampFormatterWithTimeDiffViewsTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffViewsTest.php |
The theme to install as the default for testing. |
| TimestampFormatterWithTimeDiffViewsTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffViewsTest.php |
Modules to install. |
| TimestampFormatterWithTimeDiffViewsTest::$testViews |
property |
core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffViewsTest.php |
Views used in test. |
| TimestampFormatterWithTimeDiffViewsTest::getRowData |
function |
core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffViewsTest.php |
Provides data for view rows. |
| TimestampFormatterWithTimeDiffViewsTest::testTimestampFormatterWithTimeDiff |
function |
core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffViewsTest.php |
Tests the timestamp formatter used with time difference setting in views. |
| TimestampNormalizer::$allowedFormats |
property |
core/modules/serialization/src/Normalizer/TimestampNormalizer.php |
Allowed datetime formats for the denormalizer. |
| TimestampNormalizerTest::providerTestDenormalizeValidFormats |
function |
core/modules/serialization/tests/src/Unit/Normalizer/TimestampNormalizerTest.php |
Data provider for testDenormalizeValidFormats. |
| TimestampNormalizerTest::testDenormalizeValidFormats |
function |
core/modules/serialization/tests/src/Unit/Normalizer/TimestampNormalizerTest.php |
Tests the denormalize function with good data. |
| TimeZone::transform |
function |
core/modules/system/src/Plugin/migrate/process/d6/TimeZone.php |
Performs the associated process. |
| TimeZoneFormHelper |
class |
core/lib/Drupal/Core/Datetime/TimeZoneFormHelper.php |
Helper class for dealing with timezones. |
| TimeZoneFormHelper.php |
file |
core/lib/Drupal/Core/Datetime/TimeZoneFormHelper.php |
|
| TimeZoneFormHelper::getOptionsList |
function |
core/lib/Drupal/Core/Datetime/TimeZoneFormHelper.php |
Generate an array of time zones names. |
| TimeZoneFormHelper::getOptionsListByRegion |
function |
core/lib/Drupal/Core/Datetime/TimeZoneFormHelper.php |
Generate an array of time zones names grouped by region. |
| TimeZoneFormHelperTest |
class |
core/tests/Drupal/Tests/Core/Datetime/TimeZoneFormHelperTest.php |
Tests Drupal\Core\Datetime\TimeZoneFormHelper. |
| TimeZoneFormHelperTest.php |
file |
core/tests/Drupal/Tests/Core/Datetime/TimeZoneFormHelperTest.php |
|
| TimeZoneFormHelperTest::setUp |
function |
core/tests/Drupal/Tests/Core/Datetime/TimeZoneFormHelperTest.php |
|
| TimeZoneFormHelperTest::testGetGroupedList |
function |
core/tests/Drupal/Tests/Core/Datetime/TimeZoneFormHelperTest.php |
Tests get grouped list. |
| TimeZoneFormHelperTest::testGetList |
function |
core/tests/Drupal/Tests/Core/Datetime/TimeZoneFormHelperTest.php |
Tests get list. |
| 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::$timeFormat |
property |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
HTML time format pattern. |
| TimezoneTest::buildForm |
function |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
Form constructor. |
| TimezoneTest::getFormId |
function |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
Returns a unique string identifying the form. |
| TimezoneTest::setupForm |
function |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
Simulate form being loaded and default values displayed to user. |
| TimezoneTest::submitForm |
function |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
Form submission handler. |
| TimezoneTest::validateForm |
function |
core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php |
Form validation handler. |
| Title::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/area/Title.php |
Provide a form to edit options for this plugin. |
| TokenizeAreaPluginBase::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php |
Provide a form to edit options for this plugin. |
| TokenizeAreaPluginBase::tokenForm |
function |
core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php |
Adds tokenization form elements. |
| ToolkitSetupFormTest |
class |
core/tests/Drupal/FunctionalTests/Image/ToolkitSetupFormTest.php |
Tests image toolkit setup form. |