service date

Class

Drupal\Core\Datetime\Date
81 string references to date
CommentFormController::validate in drupal/core/modules/comment/lib/Drupal/comment/CommentFormController.php
Overrides Drupal\Core\Entity\EntityFormController::validate().
comment_tokens in drupal/core/modules/comment/comment.tokens.inc
Implements hook_tokens().
comment_token_info in drupal/core/modules/comment/comment.tokens.inc
Implements hook_token_info().
comment_views_data in drupal/core/modules/comment/comment.views.inc
Implements hook_views_data().
Date::defineOptions in drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Date.php
Information about options for all kinds of purposes will be held here. @code 'option_name' => array(

... See full list

File

drupal/core/core.services.yml
drupal/core/core.services.yml

View source
  1. class: Drupal\Core\Datetime\Date
  2. arguments:
  3. - '@config.factory'
  4. - '@language_manager'