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
ViewsMenuLink::updateLink function core/modules/views/src/Plugin/Menu/ViewsMenuLink.php Updates the definition values for a menu link.
ViewsPluginInterface::validate function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Validate that the plugin is correct and can be saved.
ViewsPluginInterface::validateOptionsForm function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Validate the options form.
ViewsSelection::settingsFormValidate function core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php Element validate; Check View is valid.
ViewsSelection::validateReferenceableEntities function core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php Validates which existing entities can be referenced.
ViewsTestDataErrorForm::validateForm function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php Form validation handler.
views_base_field_override_update function core/modules/views/views.module Implements hook_ENTITY_TYPE_update().
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_boolean_filter_values function core/modules/views/views.post_update.php Set all boolean filter values to strings.
views_post_update_bulk_field_moved function core/modules/views/views.post_update.php Update dependencies for moved bulk field plugin.
views_post_update_cleanup_duplicate_views_data function core/modules/views/views.post_update.php Update some views fields that were previously duplicated.
views_post_update_entity_link_url function core/modules/views/views.post_update.php Add additional settings to the entity link field and convert node_path usage
to entity_link.
views_post_update_exposed_filter_blocks_label_display function core/modules/views/views.post_update.php Update exposed filter blocks label display to be disabled.
views_post_update_field_formatter_dependencies function core/modules/views/views.post_update.php Include field formatter dependencies in a view when the formatter is used.
views_post_update_field_names_for_multivalue_fields function core/modules/views/views.post_update.php Update field names for multi-value base fields.
views_post_update_filter_placeholder_text function core/modules/views/views.post_update.php Add placeholder settings to string or numeric filters.
views_post_update_grouped_filters function core/modules/views/views.post_update.php Rebuild caches to ensure schema changes are read in.
views_post_update_limit_operator_defaults function core/modules/views/views.post_update.php Define default values for limit operators settings in all filters.
views_post_update_make_placeholders_translatable function core/modules/views/views.post_update.php Rebuild cache to allow placeholder texts to be translatable.
views_post_update_remove_core_key function core/modules/views/views.post_update.php Remove core key from views configuration.
views_post_update_revision_metadata_fields function core/modules/views/views.post_update.php Fix table names for revision metadata fields.
views_post_update_serializer_dependencies function core/modules/views/views.post_update.php Fix views with serializer dependencies.
views_post_update_table_display_cache_max_age function core/modules/views/views.post_update.php Fix cache max age for table displays.
views_post_update_taxonomy_index_tid function core/modules/views/views.post_update.php Fix views with dependencies on taxonomy terms that don't exist.
views_post_update_update_cacheability_metadata function core/modules/views/views.post_update.php Update the cacheability metadata for all views.
views_post_update_views_data_table_dependencies function core/modules/views/views.post_update.php Include views data table provider in views dependencies.
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_8001 function core/modules/views/views.install Update views field plugins.
views_update_8002 function core/modules/views/views.install Updates %1 and !1 tokens to argument tokens.
views_update_8003 function core/modules/views/views.install Clear caches to fix entity operations field.
views_update_8004 function core/modules/views/views.install Clear caches due to updated entity views data.
views_update_8005 function core/modules/views/views.install Clear views data cache.
views_update_8100 function core/modules/views/views.install Clear caches due to updated entity views data.
views_update_8101 function core/modules/views/views.install Set default values for enabled/expanded flag on page displays.
views_update_8200 function core/modules/views/views.install Rebuild the container to add a new container parameter.
views_update_8201 function core/modules/views/views.install Rebuild cache to refresh the views config schema.
views_update_8500 function core/modules/views/views.install Update field names for multi-value base fields.
ViewUI::getCacheTagsToInvalidate function core/modules/views_ui/src/ViewUI.php Returns the cache tags that should be used to invalidate caches.
WarmCacheUpdateFrom8dot6Test class core/modules/system/tests/src/Functional/Update/WarmCacheUpdateFrom8dot6Test.php Updates from 8.6.0 with warm caches.
WarmCacheUpdateFrom8dot6Test.php file core/modules/system/tests/src/Functional/Update/WarmCacheUpdateFrom8dot6Test.php
WarmCacheUpdateFrom8dot6Test::initConfig function core/modules/system/tests/src/Functional/Update/WarmCacheUpdateFrom8dot6Test.php Initialize various configurations post-installation.
WarmCacheUpdateFrom8dot6Test::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/WarmCacheUpdateFrom8dot6Test.php Set database dump files to be used.
WarmCacheUpdateFrom8dot6Test::testUpdatedSite function core/modules/system/tests/src/Functional/Update/WarmCacheUpdateFrom8dot6Test.php Tests \Drupal\Core\Update\UpdateKernel::fixSerializedExtensionObjects().
WarmCacheUpdateFrom8dot6Test::testWithMissingProfile function core/modules/system/tests/src/Functional/Update/WarmCacheUpdateFrom8dot6Test.php Tests system_update_8601().
WeekDate class core/modules/datetime/src/Plugin/views/argument/WeekDate.php Argument handler for a week.
WeekDate class core/modules/views/src/Plugin/views/argument/WeekDate.php Argument handler for a week.

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