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
ViewsConfigUpdater::needsPagerHeadingUpdate function core/modules/views/src/ViewsConfigUpdater.php Checks for each view if pagination_heading_level needs to be added.
ViewsConfigUpdater::needsRenderedEntityFieldUpdate function core/modules/views/src/ViewsConfigUpdater.php Checks for entity view display cache tags from rendered entity fields.
ViewsConfigUpdater::needsResponsiveImageLazyLoadFieldUpdate function core/modules/views/src/ViewsConfigUpdater.php Add lazy load options to all responsive_image type field configurations.
ViewsConfigUpdater::needsRevisionFieldHyphenFix function core/modules/views/src/ViewsConfigUpdater.php Checks each display in a view to see if it needs the hyphen fix.
ViewsConfigUpdater::needsTaxonomyTermFilterUpdate function core/modules/views/src/ViewsConfigUpdater.php Removes user context from all views using term filter configurations.
ViewsConfigUpdater::needsTimestampFormatterTimeDiffUpdate function core/modules/views/src/ViewsConfigUpdater.php Updates the timestamp fields settings by adding time diff and tooltip.
ViewsConfigUpdater::processDefaultArgumentSkipUrlUpdate function core/modules/views/src/ViewsConfigUpdater.php Processes arguments and removes the default_argument_skip_url setting.
ViewsConfigUpdater::processDefaultPagerHeadingUpdate function core/modules/views/src/ViewsConfigUpdater.php Processes displays and adds pagination_heading_level if necessary.
ViewsConfigUpdater::processDisplayHandlers function core/modules/views/src/ViewsConfigUpdater.php Processes all display handlers.
ViewsConfigUpdater::processEntityArgumentUpdate function core/modules/views/src/ViewsConfigUpdater.php Processes arguments and convert 'numeric' to 'entity_target_id' if needed.
ViewsConfigUpdater::processOembedEagerLoadFieldHandler function core/modules/views/src/ViewsConfigUpdater.php Processes oembed type fields.
ViewsConfigUpdater::processRenderedEntityFieldHandler function core/modules/views/src/ViewsConfigUpdater.php Processes rendered_entity type fields.
ViewsConfigUpdater::processResponsiveImageLazyLoadFieldHandler function core/modules/views/src/ViewsConfigUpdater.php Processes responsive_image type fields.
ViewsConfigUpdater::processRevisionFieldHyphenFix function core/modules/views/src/ViewsConfigUpdater.php Replaces hyphen on historical data (revision) fields.
ViewsConfigUpdater::processTaxonomyTermFilterHandler function core/modules/views/src/ViewsConfigUpdater.php Processes taxonomy_index_tid type filters.
ViewsConfigUpdater::processTimestampFormatterTimeDiffUpdateHandler function core/modules/views/src/ViewsConfigUpdater.php Processes timestamp fields settings by adding time diff and tooltip.
ViewsConfigUpdater::setDeprecationsEnabled function core/modules/views/src/ViewsConfigUpdater.php Sets the deprecations enabling status.
ViewsConfigUpdater::updateAll function core/modules/views/src/ViewsConfigUpdater.php Performs all required updates.
ViewsConfigUpdater::__construct function core/modules/views/src/ViewsConfigUpdater.php ViewsConfigUpdater constructor.
ViewsConfigUpdaterTest class core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @coversDefaultClass \Drupal\views\ViewsConfigUpdater[[api-linebreak]]
ViewsConfigUpdaterTest.php file core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php
ViewsConfigUpdaterTest::$modules property core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php Modules to install.
ViewsConfigUpdaterTest::loadTestView function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php Loads a test view.
ViewsConfigUpdaterTest::testNeedsRenderedEntityFieldUpdate function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::needsRenderedEntityFieldUpdate[[api-linebreak]]
ViewsConfigUpdaterTest::testNeedsResponsiveImageLazyLoadFieldUpdate function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::needsResponsiveImageLazyLoadFieldUpdate[[api-linebreak]]
ViewsEntitySchemaSubscriber::onEntityTypeUpdate function core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Reacts to the update of the entity type.
ViewsEntitySchemaSubscriberIntegrationTest::$entityDefinitionUpdateManager property core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php The entity definition update manager.
ViewsEntitySchemaSubscriberIntegrationTest::assertUpdatedViews function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Checks that the passed-in view IDs were the only ones updated.
ViewsEntitySchemaSubscriberIntegrationTest::getUpdatedViewAndDisplay function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Gets a view and its display.
ViewsEntitySchemaSubscriberIntegrationTest::testVariousTableUpdates function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests a bunch possible entity definition table updates.
ViewsEntitySchemaSubscriberIntegrationTest::testVariousTableUpdatesForRevisionView function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests some possible entity table updates for a revision view.
ViewsExposedForm::validateForm function core/modules/views/src/Form/ViewsExposedForm.php Form validation handler.
ViewsFixRevisionIdUpdateTest class core/modules/views/tests/src/Functional/Update/ViewsFixRevisionIdUpdateTest.php Tests the upgrade path for revision ids in field aliases.
ViewsFixRevisionIdUpdateTest.php file core/modules/views/tests/src/Functional/Update/ViewsFixRevisionIdUpdateTest.php
ViewsFixRevisionIdUpdateTest::$modules property core/modules/views/tests/src/Functional/Update/ViewsFixRevisionIdUpdateTest.php Modules to install after the database is loaded.
ViewsFixRevisionIdUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/ViewsFixRevisionIdUpdateTest.php Set database dump files to be used.
ViewsFixRevisionIdUpdateTest::setUp function core/modules/views/tests/src/Functional/Update/ViewsFixRevisionIdUpdateTest.php
ViewsFixRevisionIdUpdateTest::testViewsPostUpdateFixRevisionId function core/modules/views/tests/src/Functional/Update/ViewsFixRevisionIdUpdateTest.php Tests the upgrade path for revision ids in field aliases.
ViewsForm::validateForm function core/modules/views/src/Form/ViewsForm.php Form validation handler.
ViewsFormBase::validateForm function core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php Form validation handler.
ViewsFormMainForm::validateForm function core/modules/views/src/Form/ViewsFormMainForm.php Form validation handler.
ViewsHooksTest::testViewsInvalidateCacheOnDelete function core/modules/views/tests/src/Kernel/ViewsHooksTest.php Test that hook_views_invalidate_cache() is called when a view is deleted.
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.
ViewsRemoveDefaultArgumentSkipUrlTest::testViewsPostUpdateFixRevisionId function core/modules/views/tests/src/Functional/Update/ViewsRemoveDefaultArgumentSkipUrlTest.php Tests the upgrade path removing default_argument_skip_url.
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().

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