19 files declare their use of DateGranularity in Date 8
- date.api.php in ./
date.api.php - Hooks provided by the Date module.
- date.module in ./
date.module - Defines date/time field types.
- date.theme in ./
date.theme - Theme functions.
- DateFieldListWidget.php in date_field/
lib/ Drupal/ date_field/ Plugin/ field/ widget/ DateFieldListWidget.php - Definition of Drupal\date_field\Plugin\field\widget\DateFieldListWidget.
- DateSqlHandler.php in date_api/
lib/ Drupal/ date_api/ DateSqlHandler.php - DateTextWidget.php in lib/
Drupal/ date/ Plugin/ field/ widget/ DateTextWidget.php - Definition of Drupal\date\Plugin\field\widget\DateTextWidget.
- DateTimezoneTest.php in lib/
Drupal/ date/ Tests/ DateTimezoneTest.php - Timezone tests.
- DateTimezoneTest.php in date_field/
lib/ Drupal/ date_field/ Tests/ DateTimezoneTest.php - Timezone tests.
- DateWidgetBase.php in lib/
Drupal/ date/ Plugin/ field/ widget/ DateWidgetBase.php - Definition of Drupal\date\Plugin\field\widget\DateWidgetBase.
- date_admin.inc in ./
date_admin.inc - Date administration code.
- date_all_day.module in date_all_day/
date_all_day.module - Adds All Day functionality to the Date field.
- date_api_elements.inc in date_api/
date_api_elements.inc - Date API elements themes and validation. This file is only included during the edit process to reduce memory usage.
- date_elements.inc in ./
date_elements.inc - Date forms and form themes and validation.
- date_field.module in date_field/
date_field.module - date_repeat_field.module in date_repeat_field/
date_repeat_field.module - Creates the option of Repeating date fields and manages Date fields that use the Date Repeat API.
- date_repeat_form.inc in date_repeat/
date_repeat_form.inc - Code to add a date repeat selection form to a date field and create an iCal RRULE from the chosen selections.
- date_tools.wizard.inc in date_tools/
date_tools.wizard.inc - The Date Wizard code.
- date_views.module in date_views/
date_views.module - date_views_filter_handler_simple.inc in date_views/
includes/ date_views_filter_handler_simple.inc - A standard Views filter for a single date field, using Date API form selectors and sql handling.