datetime_range_help |
function |
core/modules/datetime_range/datetime_range.module |
Implements hook_help(). |
datetime_range_post_update_from_to_configuration |
function |
core/modules/datetime_range/datetime_range.post_update.php |
Adds 'from_to' in flagged entity view date range formatter. |
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 |
Contains 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. |
DblogFilterForm::validateForm |
function |
core/modules/dblog/src/Form/DblogFilterForm.php |
Form validation handler. |
DbLogFormInjectionTest::validateForm |
function |
core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php |
Form validation handler. |
dblog_removed_post_updates |
function |
core/modules/dblog/dblog.post_update.php |
Implements hook_removed_post_updates(). |
dblog_update_10100 |
function |
core/modules/dblog/dblog.install |
Remove the year 2038 date limitation. |
dblog_update_10101 |
function |
core/modules/dblog/dblog.install |
Converts the 'wid' of the 'watchdog' table to a big integer. |
dblog_update_last_removed |
function |
core/modules/dblog/dblog.install |
Implements hook_update_last_removed(). |
DbUpdateAccessCheck |
class |
core/modules/system/src/Access/DbUpdateAccessCheck.php |
Access check for database update routes. |
DbUpdateAccessCheck.php |
file |
core/modules/system/src/Access/DbUpdateAccessCheck.php |
|
DbUpdateAccessCheck::access |
function |
core/modules/system/src/Access/DbUpdateAccessCheck.php |
Checks access for update routes. |
DbUpdateController |
class |
core/modules/system/src/Controller/DbUpdateController.php |
Controller routines for database update routes. |
DbUpdateController.php |
file |
core/modules/system/src/Controller/DbUpdateController.php |
|
DbUpdateController::$account |
property |
core/modules/system/src/Controller/DbUpdateController.php |
The current user. |
DbUpdateController::$bareHtmlPageRenderer |
property |
core/modules/system/src/Controller/DbUpdateController.php |
The bare HTML page renderer. |
DbUpdateController::$cache |
property |
core/modules/system/src/Controller/DbUpdateController.php |
A cache backend interface. |
DbUpdateController::$keyValueExpirableFactory |
property |
core/modules/system/src/Controller/DbUpdateController.php |
The keyvalue expirable factory. |
DbUpdateController::$moduleHandler |
property |
core/modules/system/src/Controller/DbUpdateController.php |
The module handler. |
DbUpdateController::$postUpdateRegistry |
property |
core/modules/system/src/Controller/DbUpdateController.php |
The post update registry. |
DbUpdateController::$root |
property |
core/modules/system/src/Controller/DbUpdateController.php |
The app root. |
DbUpdateController::$state |
property |
core/modules/system/src/Controller/DbUpdateController.php |
The state service. |
DbUpdateController::batchFinished |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Finishes the update process and stores the results for eventual display. |
DbUpdateController::create |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Instantiates a new instance of the implementing class using autowiring. |
DbUpdateController::getModuleUpdates |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Retrieves module updates. |
DbUpdateController::handle |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Returns a database update page. |
DbUpdateController::helpfulLinks |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Provides links to the homepage and administration pages. |
DbUpdateController::info |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Returns the info database update page. |
DbUpdateController::requirements |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Renders a list of requirement errors or warnings. |
DbUpdateController::results |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Displays results of the update script with any accompanying errors. |
DbUpdateController::selection |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Renders a list of available database updates. |
DbUpdateController::triggerBatch |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Starts the database update batch process. |
DbUpdateController::updateTasksList |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Provides the update task list render array. |