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 10.3.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 or time selection.
Date class core/modules/views/src/Plugin/views/argument_default/Date.php The current date argument default handler.

All search results

Title Object type File name Summary
views.view.test_format_plural_update.yml file core/modules/views/tests/fixtures/update/views.view.test_format_plural_update.yml core/modules/views/tests/fixtures/update/views.view.test_format_plural_update.yml
views.view.test_month_date_plugin.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_month_date_plugin.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_month_date_plugin.yml
views.view.test_sort_datetime.yml file core/modules/datetime/tests/modules/datetime_test/test_views/views.view.test_sort_datetime.yml core/modules/datetime/tests/modules/datetime_test/test_views/views.view.test_sort_datetime.yml
views.view.test_view_argument_validate_numeric.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_argument_validate_numeric.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_argument_validate_numeric.yml
views.view.test_view_argument_validate_user.yml file core/modules/user/tests/modules/user_test_views/test_views/views.view.test_view_argument_validate_user.yml core/modules/user/tests/modules/user_test_views/test_views/views.view.test_view_argument_validate_user.yml
views.view.test_view_argument_validate_username.yml file core/modules/user/tests/modules/user_test_views/test_views/views.view.test_view_argument_validate_username.yml core/modules/user/tests/modules/user_test_views/test_views/views.view.test_view_argument_validate_username.yml
ViewsAddDefaultTableCssClassUpdateTest class core/modules/views/tests/src/Functional/Update/ViewsAddDefaultTableCssClassUpdateTest.php Tests the addition of the default table style `class` setting.
ViewsAddDefaultTableCssClassUpdateTest.php file core/modules/views/tests/src/Functional/Update/ViewsAddDefaultTableCssClassUpdateTest.php
ViewsAddDefaultTableCssClassUpdateTest::$modules property core/modules/views/tests/src/Functional/Update/ViewsAddDefaultTableCssClassUpdateTest.php Modules to install after the database is loaded.
ViewsAddDefaultTableCssClassUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/ViewsAddDefaultTableCssClassUpdateTest.php Set database dump files to be used.
ViewsAddDefaultTableCssClassUpdateTest::setUp function core/modules/views/tests/src/Functional/Update/ViewsAddDefaultTableCssClassUpdateTest.php
ViewsAddDefaultTableCssClassUpdateTest::testViewsPostUpdateAddDefaultTableCssClass function core/modules/views/tests/src/Functional/Update/ViewsAddDefaultTableCssClassUpdateTest.php Tests the upgrade path adding table style default CSS class.
ViewsBlock::blockValidate function core/modules/views/src/Plugin/Block/ViewsBlock.php
ViewsConfigUpdater class core/modules/views/src/ViewsConfigUpdater.php Provides a BC layer for modules providing old configurations.
ViewsConfigUpdater.php file core/modules/views/src/ViewsConfigUpdater.php
ViewsConfigUpdater::$deprecationsEnabled property core/modules/views/src/ViewsConfigUpdater.php Flag determining whether deprecations should be triggered.
ViewsConfigUpdater::$triggeredDeprecations property core/modules/views/src/ViewsConfigUpdater.php Stores which deprecations were triggered.
ViewsConfigUpdater::areDeprecationsEnabled function core/modules/views/src/ViewsConfigUpdater.php Whether deprecations are enabled.
ViewsConfigUpdater::needsBlockContentListingEmptyUpdate function core/modules/views/src/ViewsConfigUpdater.php Checks if 'block_content_listing_empty' needs to be removed.
ViewsConfigUpdater::needsEntityArgumentUpdate function core/modules/views/src/ViewsConfigUpdater.php Checks if 'numeric' arguments should be converted to 'entity_target_id'.
ViewsConfigUpdater::needsFormatPluralUpdate function core/modules/views/src/ViewsConfigUpdater.php Checks for fields with the format plural option set.
ViewsConfigUpdater::needsRememberRolesUpdate function core/modules/views/src/ViewsConfigUpdater.php Checks if 'remember_roles' setting of an exposed filter has disabled roles.
ViewsConfigUpdater::needsRssViewModeUpdate function core/modules/views/src/ViewsConfigUpdater.php Checks for views needing a default RSS view mode.
ViewsConfigUpdater::needsTableCssClassUpdate function core/modules/views/src/ViewsConfigUpdater.php Checks for table style views needing a default CSS table class value.
ViewsConfigUpdater::processBlockContentListingEmptyUpdate function core/modules/views/src/ViewsConfigUpdater.php Processes area plugins and removes block_content_listing_empty.
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::processFieldHandlerWithFormatPlural function core/modules/views/src/ViewsConfigUpdater.php Processes fields with the format plural option set.
ViewsConfigUpdater::processRememberRolesUpdate function core/modules/views/src/ViewsConfigUpdater.php Processes filters and removes disabled remember roles.
ViewsConfigUpdater::processRssViewModeUpdate function core/modules/views/src/ViewsConfigUpdater.php Processes views and sets the default RSS view mode if necessary.
ViewsConfigUpdater::processTableCssClassUpdate function core/modules/views/src/ViewsConfigUpdater.php Processes views and adds default CSS table class value if necessary.
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 Tests Drupal\views\ViewsConfigUpdater.
ViewsConfigUpdaterTest class core/modules/views/tests/src/Functional/ViewsConfigUpdaterTest.php Tests the views config updater service.
ViewsConfigUpdaterTest.php file core/modules/views/tests/src/Functional/ViewsConfigUpdaterTest.php
ViewsConfigUpdaterTest.php file core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php
ViewsConfigUpdaterTest::$defaultTheme property core/modules/views/tests/src/Functional/ViewsConfigUpdaterTest.php The theme to install as the default for testing.
ViewsConfigUpdaterTest::$modules property core/modules/views/tests/src/Functional/ViewsConfigUpdaterTest.php Modules to install.
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::setUp function core/modules/views/tests/src/Functional/ViewsConfigUpdaterTest.php
ViewsConfigUpdaterTest::testDeprecationsFlagPersists function core/modules/views/tests/src/Functional/ViewsConfigUpdaterTest.php Tests the deprecationsEnabled flag persists from post_update to presave.
ViewsConfigUpdaterTest::testUpdateRssViewMode function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php Tests the `needsRssViewModeUpdate` method.
ViewsConfigUpdaterTest::testUpdateRssViewModeSkipsOtherType function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php Tests the `needsRssViewModeUpdate` method.
ViewsConfigUpdaterTest::testUpdateRssViewModeWithoutKnownPreviousMode function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php Tests the `needsRssViewModeUpdate` method.
ViewsConfigUpdaterTest::testUpdateRssViewModeWithoutKnownPreviousModeOnSaveHandler function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php Tests if onSave also updates the view.
ViewsConfigUpdaterTest::testViewsConfigUpdater function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php Tests ViewsConfigUpdater.
ViewsEntitySchemaSubscriber::onEntityTypeUpdate function core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Reacts to the update of the entity type.

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