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
aaa_update_test.info.yml file core/modules/update/tests/modules/aaa_update_test/aaa_update_test.info.yml core/modules/update/tests/modules/aaa_update_test/aaa_update_test.info.yml
AccessTest::testOnlyOwnerCanDeleteUpdateFile function core/modules/file/tests/src/Kernel/AccessTest.php Tests that only the file owner can delete or update a file.
access_check.db_update service core/modules/system/system.services.yml Drupal\system\Access\DbUpdateAccessCheck
access_check.update.manager_access service core/modules/update/update.services.yml Drupal\update\Access\UpdateManagerAccessCheck
action.post_update.php file core/modules/action/action.post_update.php Post update functions for Action module.
ActionConfigTest::testUpdateActionPlugins function core/modules/action/tests/src/Functional/Update/ActionConfigTest.php Tests upgrading action settings.
ActionFormBase::validateForm function core/modules/action/src/Form/ActionFormBase.php Form validation handler.
ActionsTest::validateForm function core/tests/Drupal/KernelTests/Core/Render/Element/ActionsTest.php Form validation handler.
action_post_update_move_plugins function core/modules/action/action.post_update.php Moves action plugins to core.
action_post_update_remove_settings function core/modules/action/action.post_update.php Removes action settings.
ActiveWorkspaceUpdateTest class core/modules/workspaces/tests/src/Functional/UpdateSystem/ActiveWorkspaceUpdateTest.php Tests that there is no active workspace during database updates.
ActiveWorkspaceUpdateTest.php file core/modules/workspaces/tests/src/Functional/UpdateSystem/ActiveWorkspaceUpdateTest.php
ActiveWorkspaceUpdateTest::$defaultTheme property core/modules/workspaces/tests/src/Functional/UpdateSystem/ActiveWorkspaceUpdateTest.php The theme to install as the default for testing.
ActiveWorkspaceUpdateTest::$modules property core/modules/workspaces/tests/src/Functional/UpdateSystem/ActiveWorkspaceUpdateTest.php Modules to enable.
ActiveWorkspaceUpdateTest::setUp function core/modules/workspaces/tests/src/Functional/UpdateSystem/ActiveWorkspaceUpdateTest.php
ActiveWorkspaceUpdateTest::testActiveWorkspaceDuringUpdate function core/modules/workspaces/tests/src/Functional/UpdateSystem/ActiveWorkspaceUpdateTest.php Tests that there is no active workspace during database updates.
AddFormBase::updateFormCallback function core/modules/media_library/src/Form/AddFormBase.php AJAX callback to update the entire form based on source field input.
AddFormBase::updateLibrary function core/modules/media_library/src/Form/AddFormBase.php AJAX callback to send the new media item(s) to the media library.
AddFormBase::updateWidget function core/modules/media_library/src/Form/AddFormBase.php AJAX callback to send the new media item(s) to the calling code.
AddFormBase::validateForm function core/modules/media_library/src/Form/AddFormBase.php Form validation handler.
AddFormBase::validateMediaEntity function core/modules/media_library/src/Form/AddFormBase.php Validate a created media item.
AdminThemeUpdateTest class core/modules/system/tests/src/Functional/Update/AdminThemeUpdateTest.php Tests system.theme:admin is updated.
AdminThemeUpdateTest.php file core/modules/system/tests/src/Functional/Update/AdminThemeUpdateTest.php
AdminThemeUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/AdminThemeUpdateTest.php The theme to install as the default for testing.
AdminThemeUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/AdminThemeUpdateTest.php Set database dump files to be used.
AdminThemeUpdateTest::testUpdateHookN function core/modules/system/tests/src/Functional/Update/AdminThemeUpdateTest.php Tests that system.theme:admin is updated as expected.
AggregatorController::$dateFormatter property core/modules/aggregator/src/Controller/AggregatorController.php The date formatter service.
AggregatorPluginSettingsBase::validateConfigurationForm function core/modules/aggregator/src/Plugin/AggregatorPluginSettingsBase.php Form validation handler.
AggregatorTestBase::updateAndDelete function core/modules/aggregator/src/Tests/AggregatorTestBase.php Adds and deletes feed items and ensure that the count is zero.
AggregatorTestBase::updateAndDelete function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Adds and deletes feed items and ensure that the count is zero.
AggregatorTestBase::updateFeedItems function core/modules/aggregator/src/Tests/AggregatorTestBase.php Updates the feed items.
AggregatorTestBase::updateFeedItems function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Updates the feed items.
AggregatorUpdateTest class core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php Tests that node settings are properly updated during database updates.
AggregatorUpdateTest.php file core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php
AggregatorUpdateTest::setDatabaseDumpFiles function core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php Set database dump files to be used.
AggregatorUpdateTest::testSourceFeedRequired function core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php Tests that the 'Source feed' field is required.
AggregatorUpdateTest::testUpdateIntervalDefaultValue function core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php Tests that the 'Update interval' field has a default value.
aggregator_update_8001 function core/modules/aggregator/aggregator.install The simple presence of this update function clears cached field definitions.
aggregator_update_8200 function core/modules/aggregator/aggregator.install Make the 'Source feed' field for aggregator items required.
aggregator_update_8501 function core/modules/aggregator/aggregator.install Add a default value for the 'Refresh' field for aggregator feed entities.
AjaxCallbacksTest::testDateAjaxCallback function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxCallbacksTest.php Tests if Ajax callback works on date element.
AjaxCallbacksTest::testDateTimeAjaxCallback function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxCallbacksTest.php Tests if Ajax callback works on datetime element.
AjaxCommandsTest::testUpdateBuildIdCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\UpdateBuildIdCommand
AjaxFormBlock::updateOptions function core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php Updates the options of a select list.
AjaxFormBlock::validateForm function core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php Form validation handler.
AjaxTestDialogForm::validateForm function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php Form validation handler.
AjaxTestForm::validateForm function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestForm.php Form validation handler.
AjaxTestMessageCommandForm::validateForm function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php Form validation handler.
AllowedValuesConstraintValidator::validate function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AllowedValuesConstraintValidator.php
ApcuBackend::invalidate function core/lib/Drupal/Core/Cache/ApcuBackend.php Marks a cache item as invalid.

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