Search for date

  1. Search 7.x for date
  2. Search 9.5.x for date
  3. Search 10.3.x for date
  4. Search 11.x for date
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Date class core/modules/views/src/Plugin/views/sort/Date.php Basic sort handler for dates.
Date class core/modules/views/src/Plugin/views/field/Date.php A handler to provide proper displays for dates.
Date class core/modules/views/src/Plugin/views/filter/Date.php Filter to handle dates stored as a timestamp.
Date class core/modules/views/src/Plugin/views/argument/Date.php Argument handler for dates.
Date class core/modules/datetime/src/Plugin/views/sort/Date.php Basic sort handler for datetime fields.
Date class core/modules/datetime/src/Plugin/views/filter/Date.php Date/time views filter.
Date class core/modules/datetime/src/Plugin/views/argument/Date.php Abstract argument handler for dates.
Date class core/lib/Drupal/Core/Render/Element/Date.php Provides a form element for date selection.

All search results

Title Object type File name Summary
DateTimeWidgetBase::massageFormValues function core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeWidgetBase.php Massages the form values into the format expected for field values.
DATETIME_DATETIME_STORAGE_FORMAT constant core/modules/datetime/datetime.module Defines the format that date and time should be stored in.
datetime_date_default_time function core/modules/datetime/datetime.module Sets a consistent time on a date without time.
DATETIME_DATE_STORAGE_FORMAT constant core/modules/datetime/datetime.module Defines the format that dates should be stored in.
datetime_field_views_data function core/modules/datetime/datetime.views.inc Implements hook_field_views_data().
datetime_help function core/modules/datetime/datetime.module Implements hook_help().
datetime_range-filter-values.php file core/modules/datetime_range/tests/fixtures/update/datetime_range-filter-values.php Contains database additions to drupal-8.bare.standard.php.gz for testing the
upgrade path of https://www.drupal.org/node/2786577.
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_post_update_translatable_separator function core/modules/datetime_range/datetime_range.post_update.php Clear caches to ensure schema changes are read.
datetime_range_post_update_views_string_plugin_id function core/modules/datetime_range/datetime_range.post_update.php Update existing views using datetime_range fields.
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_range_view_presave function core/modules/datetime_range/datetime_range.module Implements hook_ENTITY_TYPE_presave().
DATETIME_STORAGE_TIMEZONE constant core/modules/datetime/datetime.module Defines the timezone that dates should be stored in.
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.
date_iso8601 function core/includes/common.inc Returns an ISO8601 formatted date based on the given date.
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 Provide the argument to use to link from the summary to the next level;
this will be called once per row of a summary, and used as part of
$view->getUrl().
DayDate::summaryName function core/modules/views/src/Plugin/views/argument/DayDate.php Provides the name to use for the summary. By default this is just
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.
DblogRecentLogsUsingViewsUpdateTest class core/modules/dblog/tests/src/Functional/Update/DblogRecentLogsUsingViewsUpdateTest.php Ensures that update hook that creates the watchdog view ran successfully.
DblogRecentLogsUsingViewsUpdateTest.php file core/modules/dblog/tests/src/Functional/Update/DblogRecentLogsUsingViewsUpdateTest.php
DblogRecentLogsUsingViewsUpdateTest::setDatabaseDumpFiles function core/modules/dblog/tests/src/Functional/Update/DblogRecentLogsUsingViewsUpdateTest.php Set database dump files to be used.
DblogRecentLogsUsingViewsUpdateTest::testUpdate function core/modules/dblog/tests/src/Functional/Update/DblogRecentLogsUsingViewsUpdateTest.php Ensures that update hook is run for dblog module.
DbLogTest::getContentUpdate function core/modules/dblog/tests/src/Functional/DbLogTest.php Creates random content as an update based on node content type.
dblog_post_update_convert_recent_messages_to_view function core/modules/dblog/dblog.post_update.php Replace 'Recent log messages' with a view.
dblog_update_8400 function core/modules/dblog/dblog.install Use standard plugin for wid and uid fields. Use dblog_types for type filter.
dblog_update_8600 function core/modules/dblog/dblog.install Change 'No logs message available.' area plugin type.
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.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.