Search for date

  1. Search 7.x for date
  2. Search 8.9.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
ViewsConfigUpdater::needsEntityLinkUrlUpdate function core/modules/views/src/ViewsConfigUpdater.php Add additional settings to the entity link field.
ViewsConfigUpdater::needsImageLazyLoadFieldUpdate function core/modules/views/src/ViewsConfigUpdater.php Add lazy load options to all image type field configurations.
ViewsConfigUpdater::needsMultivalueBaseFieldUpdate function core/modules/views/src/ViewsConfigUpdater.php Update field names for multi-value base fields.
ViewsConfigUpdater::needsOperatorDefaultsUpdate function core/modules/views/src/ViewsConfigUpdater.php Add additional settings to the entity link field.
ViewsConfigUpdater::needsSortFieldIdentifierUpdate function core/modules/views/src/ViewsConfigUpdater.php Updates the sort handlers by adding default sort field identifiers.
ViewsConfigUpdater::processDisplayHandlers function core/modules/views/src/ViewsConfigUpdater.php Processes all display handlers.
ViewsConfigUpdater::processEntityLinkUrlHandler function core/modules/views/src/ViewsConfigUpdater.php Processes entity link URL fields.
ViewsConfigUpdater::processImageLazyLoadFieldHandler function core/modules/views/src/ViewsConfigUpdater.php Processes image type fields.
ViewsConfigUpdater::processMultivalueBaseFieldHandler function core/modules/views/src/ViewsConfigUpdater.php Processes handlers affected by the multivalue base field update.
ViewsConfigUpdater::processOperatorDefaultsHandler function core/modules/views/src/ViewsConfigUpdater.php Processes operator defaults.
ViewsConfigUpdater::processSortFieldIdentifierUpdateHandler function core/modules/views/src/ViewsConfigUpdater.php Processes sort handlers by adding the sort identifier.
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
ViewsConfigUpdaterTest.php file core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php
ViewsConfigUpdaterTest::$configUpdater property core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php The views config updater.
ViewsConfigUpdaterTest::$modules property core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php Modules to enable.
ViewsConfigUpdaterTest::loadTestView function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php Loads a test view.
ViewsConfigUpdaterTest::setUp function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php
ViewsConfigUpdaterTest::testNeedsEntityLinkUrlUpdate function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::needsEntityLinkUrlUpdate
ViewsConfigUpdaterTest::testNeedsEntityLinkUrlUpdateDeprecation function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::needsEntityLinkUrlUpdate
ViewsConfigUpdaterTest::testNeedsFieldNamesForMultivalueBaseFieldsUpdate function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::needsMultivalueBaseFieldUpdate
ViewsConfigUpdaterTest::testNeedsFieldNamesForMultivalueBaseUpdateFieldsDeprecation function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::needsMultivalueBaseFieldUpdate
ViewsConfigUpdaterTest::testNeedsImageLazyLoadFieldUpdate function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::needsImageLazyLoadFieldUpdate
ViewsConfigUpdaterTest::testNeedsOperatorDefaultsUpdateDeprecation function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::needsOperatorDefaultsUpdate
ViewsConfigUpdaterTest::testNeedsOperatorUpdateDefaults function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::needsOperatorDefaultsUpdate
ViewsConfigUpdaterTest::testUpdateAll function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::updateAll
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.
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.
ViewsMenuLink::updateLink function core/modules/views/src/Plugin/Menu/ViewsMenuLink.php Updates the definition values for a menu link.
ViewsMultiValueFieldUpdateTest class core/modules/views/tests/src/Functional/Update/ViewsMultiValueFieldUpdateTest.php Tests the update path base class.
ViewsMultiValueFieldUpdateTest.php file core/modules/views/tests/src/Functional/Update/ViewsMultiValueFieldUpdateTest.php
ViewsMultiValueFieldUpdateTest::$configSchemaCheckerExclusions property core/modules/views/tests/src/Functional/Update/ViewsMultiValueFieldUpdateTest.php An array of config object names that are excluded from schema checking.
ViewsMultiValueFieldUpdateTest::$modules property core/modules/views/tests/src/Functional/Update/ViewsMultiValueFieldUpdateTest.php Modules to enable after the database is loaded.
ViewsMultiValueFieldUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/ViewsMultiValueFieldUpdateTest.php Set database dump files to be used.
ViewsMultiValueFieldUpdateTest::testViewsPostUpdateFieldNamesForMultiValueFields function core/modules/views/tests/src/Functional/Update/ViewsMultiValueFieldUpdateTest.php Tests views_post_update_field_names_for_multivalue_fields().
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.
ViewsSortIdentifiersUpdateTest class core/modules/views/tests/src/Functional/Update/ViewsSortIdentifiersUpdateTest.php Tests the views_post_update_sort_identifier() post update.

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