DateTimeTimeAgoFormatter::viewElements |
function |
core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeTimeAgoFormatter.php |
Builds a renderable array for a field value. |
DateTimeTimeAgoFormatterTest |
class |
core/modules/datetime/tests/src/Functional/DateTimeTimeAgoFormatterTest.php |
Tests the functionality of DateTimeTimeAgoFormatter field formatter. |
DateTimeTimeAgoFormatterTest.php |
file |
core/modules/datetime/tests/src/Functional/DateTimeTimeAgoFormatterTest.php |
|
DateTimeTimeAgoFormatterTest::$defaultTheme |
property |
core/modules/datetime/tests/src/Functional/DateTimeTimeAgoFormatterTest.php |
The theme to install as the default for testing. |
DateTimeTimeAgoFormatterTest::$displayOptions |
property |
core/modules/datetime/tests/src/Functional/DateTimeTimeAgoFormatterTest.php |
An array of field formatter display options. |
DateTimeTimeAgoFormatterTest::$field |
property |
core/modules/datetime/tests/src/Functional/DateTimeTimeAgoFormatterTest.php |
The field used in this test class. |
DateTimeTimeAgoFormatterTest::$fieldStorage |
property |
core/modules/datetime/tests/src/Functional/DateTimeTimeAgoFormatterTest.php |
A field storage to use in this test class. |
DateTimeTimeAgoFormatterTest::$modules |
property |
core/modules/datetime/tests/src/Functional/DateTimeTimeAgoFormatterTest.php |
Modules to install. |
DateTimeTimeAgoFormatterTest::setUp |
function |
core/modules/datetime/tests/src/Functional/DateTimeTimeAgoFormatterTest.php |
|
DateTimeTimeAgoFormatterTest::testSettings |
function |
core/modules/datetime/tests/src/Functional/DateTimeTimeAgoFormatterTest.php |
Tests the formatter settings. |
DatetimeViewsHooks |
class |
core/modules/datetime/src/Hook/DatetimeViewsHooks.php |
Hook implementations for datetime. |
DatetimeViewsHooks.php |
file |
core/modules/datetime/src/Hook/DatetimeViewsHooks.php |
|
DatetimeViewsHooks::fieldViewsData |
function |
core/modules/datetime/src/Hook/DatetimeViewsHooks.php |
Implements hook_field_views_data(). |
DateTimeWidgetBase |
class |
core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeWidgetBase.php |
Base class for the 'datetime_*' widgets. |
DateTimeWidgetBase.php |
file |
core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeWidgetBase.php |
|
DateTimeWidgetBase::createDefaultValue |
function |
core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeWidgetBase.php |
Creates a date object for use as a default value. |
DateTimeWidgetBase::formElement |
function |
core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeWidgetBase.php |
Returns the form for a single field widget. |
DateTimeWidgetBase::massageFormValues |
function |
core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeWidgetBase.php |
Massages the form values into the format expected for field values. |
DateTimeWidgetTest |
class |
core/modules/datetime/tests/src/Functional/DateTimeWidgetTest.php |
Tests Datetime widgets functionality. |
DateTimeWidgetTest.php |
file |
core/modules/datetime/tests/src/Functional/DateTimeWidgetTest.php |
|
DateTimeWidgetTest::$defaultSettings |
property |
core/modules/datetime/tests/src/Functional/DateTimeWidgetTest.php |
The default display settings to use for the formatters. |
DateTimeWidgetTest::$defaultTheme |
property |
core/modules/datetime/tests/src/Functional/DateTimeWidgetTest.php |
The theme to install as the default for testing. |
DateTimeWidgetTest::getTestFieldType |
function |
core/modules/datetime/tests/src/Functional/DateTimeWidgetTest.php |
Returns the type of field to be tested. |
DateTimeWidgetTest::testDateOnlyDefaultValue |
function |
core/modules/datetime/tests/src/Functional/DateTimeWidgetTest.php |
Test default value functionality. |
datetime_help |
function |
core/modules/datetime/datetime.module |
Implements hook_help(). |
datetime_range.info.yml |
file |
core/modules/datetime_range/datetime_range.info.yml |
core/modules/datetime_range/datetime_range.info.yml |
datetime_range.module |
file |
core/modules/datetime_range/datetime_range.module |
Field hooks to implement a datetime field that stores a start and end date. |
datetime_range.post_update.php |
file |
core/modules/datetime_range/datetime_range.post_update.php |
Post-update functions for Datetime Range module. |
datetime_range.schema.yml |
file |
core/modules/datetime_range/config/schema/datetime_range.schema.yml |
core/modules/datetime_range/config/schema/datetime_range.schema.yml |
datetime_range.views.inc |
file |
core/modules/datetime_range/datetime_range.views.inc |
Provides views data for the datetime_range module. |
datetime_range_field_views_data |
function |
core/modules/datetime_range/datetime_range.views.inc |
Implements hook_field_views_data(). |
datetime_range_help |
function |
core/modules/datetime_range/datetime_range.module |
Implements hook_help(). |
datetime_range_removed_post_updates |
function |
core/modules/datetime_range/datetime_range.post_update.php |
Implements hook_removed_post_updates(). |
datetime_range_test.info.yml |
file |
core/modules/datetime_range/tests/modules/datetime_range_test/datetime_range_test.info.yml |
core/modules/datetime_range/tests/modules/datetime_range_test/datetime_range_test.info.yml |
datetime_range_test.module |
file |
core/modules/datetime_range/tests/modules/datetime_range_test/datetime_range_test.module |
|
datetime_range_test_entity_type_alter |
function |
core/modules/datetime_range/tests/modules/datetime_range_test/datetime_range_test.module |
Implements hook_entity_type_alter(). |
datetime_test.info.yml |
file |
core/modules/datetime/tests/modules/datetime_test/datetime_test.info.yml |
core/modules/datetime/tests/modules/datetime_test/datetime_test.info.yml |
datetime_type_field_views_data_helper |
function |
core/modules/datetime/datetime.views.inc |
Provides Views integration for any datetime-based fields. |
DayDate |
class |
core/modules/datetime/src/Plugin/views/argument/DayDate.php |
Argument handler for a day. |
DayDate |
class |
core/modules/views/src/Plugin/views/argument/DayDate.php |
Argument handler for a day (DD) |
DayDate.php |
file |
core/modules/views/src/Plugin/views/argument/DayDate.php |
|
DayDate.php |
file |
core/modules/datetime/src/Plugin/views/argument/DayDate.php |
|
DayDate::$argFormat |
property |
core/modules/datetime/src/Plugin/views/argument/DayDate.php |
The date format used in the query. |
DayDate::$argFormat |
property |
core/modules/views/src/Plugin/views/argument/DayDate.php |
The date format used in the query. |
DayDate::$format |
property |
core/modules/views/src/Plugin/views/argument/DayDate.php |
The date format used in the title. |
DayDate::summaryArgument |
function |
core/modules/views/src/Plugin/views/argument/DayDate.php |
Provides the argument to use to link from the summary to the next level. |
DayDate::summaryName |
function |
core/modules/views/src/Plugin/views/argument/DayDate.php |
Provides the name to use for the summary, defaults to the name field. |
DayDate::title |
function |
core/modules/views/src/Plugin/views/argument/DayDate.php |
Get the title this argument will assign the view, given the argument. |
dblog.post_update.php |
file |
core/modules/dblog/dblog.post_update.php |
Post update functions for the Database Logging module. |
DbLogController::$dateFormatter |
property |
core/modules/dblog/src/Controller/DbLogController.php |
The date formatter service. |