Search for date

  1. Search 7.x for date
  2. Search 9.5.x for date
  3. Search 8.9.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
views_element_validate_tags function core/modules/views/views.module Validation callback for query tags.
views_field_config_update function core/modules/views/views.module Implements hook_ENTITY_TYPE_update() for 'field_config'.
views_invalidate_cache function core/modules/views/views.module Invalidate the views cache, forcing a rebuild on the next grab of table data.
views_post_update_add_missing_labels function core/modules/views/views.post_update.php Add labels to views which don't have one.
views_post_update_boolean_custom_titles function core/modules/views/views.post_update.php Update Views config schema to make boolean custom titles translatable.
views_post_update_fix_revision_id_part function core/modules/views/views.post_update.php Fix '-revision_id' replacement token syntax.
views_post_update_oembed_eager_load function core/modules/views/views.post_update.php Add eager load option to all oembed type field configurations.
views_post_update_pager_heading function core/modules/views/views.post_update.php Adds a default pager heading.
views_post_update_remove_default_argument_skip_url function core/modules/views/views.post_update.php Remove default_argument_skip_url setting.
views_post_update_remove_skip_cache_setting function core/modules/views/views.post_update.php Remove the skip_cache settings.
views_post_update_rendered_entity_field_cache_metadata function core/modules/views/views.post_update.php Removes entity display cache metadata from views with rendered entity fields.
views_post_update_responsive_image_lazy_load function core/modules/views/views.post_update.php Add lazy load options to all responsive image type field configurations.
views_post_update_taxonomy_filter_user_context function core/modules/views/views.post_update.php Removes User context from views with taxonomy filters.
views_post_update_timestamp_formatter function core/modules/views/views.post_update.php Update timestamp formatter settings for views.
views_post_update_views_data_argument_plugin_id function core/modules/views/views.post_update.php Post update configured views for entity reference argument plugin IDs.
views_removed_post_updates function core/modules/views/views.post_update.php Implements hook_removed_post_updates().
views_test_data_views_invalidate_cache function core/modules/views/tests/modules/views_test_data/views_test_data.views.inc Implements hook_views_invalidate_cache().
views_test_data_view_update function core/modules/views/tests/modules/views_test_data/views_test_data.module Implements hook_ENTITY_TYPE_update() for the 'view' entity type.
views_ui_ajax_update_form function core/modules/views_ui/admin.inc Updates a part of the add view form via AJAX.
views_update_last_removed function core/modules/views/views.install Implements hook_update_last_removed().
ViewUI::getCacheTagsToInvalidate function core/modules/views_ui/src/ViewUI.php Returns the cache tags that should be used to invalidate caches.
WeekDate class core/modules/views/src/Plugin/views/argument/WeekDate.php Argument handler for a week.
WeekDate class core/modules/datetime/src/Plugin/views/argument/WeekDate.php Argument handler for a week.
WeekDate.php file core/modules/datetime/src/Plugin/views/argument/WeekDate.php
WeekDate.php file core/modules/views/src/Plugin/views/argument/WeekDate.php
WeekDate::$argFormat property core/modules/views/src/Plugin/views/argument/WeekDate.php The date format used in the query.
WeekDate::$argFormat property core/modules/datetime/src/Plugin/views/argument/WeekDate.php The date format used in the query.
WeekDate::summaryName function core/modules/views/src/Plugin/views/argument/WeekDate.php Provide a link to the next level of the view.
WizardInterface::validateView function core/modules/views/src/Plugin/views/wizard/WizardInterface.php Validate form and values.
WizardPluginBase::$validated_views property core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php An array of validated view objects, keyed by a hash.
WizardPluginBase::retrieveValidatedView function core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php Retrieves a validated view for a form submission.
WizardPluginBase::setValidatedView function core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php Stores a validated view from a form submission.
WizardPluginBase::validateView function core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php Implements Drupal\views\Plugin\views\wizard\WizardInterface::validate().
WorkflowEditForm::validateForm function core/modules/workflows/src/Form/WorkflowEditForm.php Form validation handler.
WorkflowStateAddForm::validateForm function core/modules/workflows/src/Form/WorkflowStateAddForm.php Form validation handler.
WorkflowStateEditForm::validateForm function core/modules/workflows/src/Form/WorkflowStateEditForm.php Form validation handler.
WorkflowTransitionAddForm::validateForm function core/modules/workflows/src/Form/WorkflowTransitionAddForm.php Form validation handler.
WorkflowTransitionEditForm::validateForm function core/modules/workflows/src/Form/WorkflowTransitionEditForm.php Form validation handler.
WorkflowTypeConfigureFormBase::validateConfigurationForm function core/modules/workflows/src/Plugin/WorkflowTypeConfigureFormBase.php Form validation handler.
WorkflowTypeStateFormBase::validateConfigurationForm function core/modules/workflows/src/Plugin/WorkflowTypeStateFormBase.php Form validation handler.
WorkflowTypeTransitionFormBase::validateConfigurationForm function core/modules/workflows/src/Plugin/WorkflowTypeTransitionFormBase.php Form validation handler.
WorkflowValidationTest::testTypePluginIsValidated function core/modules/workflows/tests/src/Kernel/WorkflowValidationTest.php Tests that the workflow type plugin is validated.
WorkspaceIntegrationTest::testDisallowedEntityUpdateInNonDefaultWorkspace function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Tests UPDATE operations for unsupported entity types.
workspaces.post_update.php file core/modules/workspaces/workspaces.post_update.php Post update functions for the Workspaces module.
workspaces_entity_update function core/modules/workspaces/workspaces.module Implements hook_entity_update().
workspaces_menu_link_content_update function core/modules/workspaces/workspaces.module Implements hook_ENTITY_TYPE_update() for the 'menu_link_content' entity type.
workspaces_removed_post_updates function core/modules/workspaces/workspaces.post_update.php Implements hook_removed_post_updates().
workspaces_update_last_removed function core/modules/workspaces/workspaces.install Implements hook_update_last_removed().
WorkspaceViewBuilder::$dateFormatter property core/modules/workspaces/src/WorkspaceViewBuilder.php The date formatter service.
workspace_update_test.info.yml file core/modules/workspaces/tests/modules/workspace_update_test/workspace_update_test.info.yml core/modules/workspaces/tests/modules/workspace_update_test/workspace_update_test.info.yml

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