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
CacheTagsChecksumTrait::invalidateTags function core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::invalidateTags()
CacheTagsInvalidator::invalidateTags function core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php Marks cache items with any of the specified tags as invalid.
CacheTagsInvalidatorInterface::invalidateTags function core/lib/Drupal/Core/Cache/CacheTagsInvalidatorInterface.php Marks cache items with any of the specified tags as invalid.
CacheTagsInvalidatorTest::testInvalidateTags function core/tests/Drupal/Tests/Core/Cache/CacheTagsInvalidatorTest.php @covers ::invalidateTags
@covers ::addInvalidator
CacheTagsInvalidatorTest::testInvalidateTagsWithInvalidTags function core/tests/Drupal/Tests/Core/Cache/CacheTagsInvalidatorTest.php @covers ::invalidateTags
CacheTest::testValidateTags function core/tests/Drupal/Tests/Core/Cache/CacheTest.php @covers ::validateTags
CacheTest::validateTagsProvider function core/tests/Drupal/Tests/Core/Cache/CacheTest.php Provides a list of cache tags arrays.
Callbacks::dateCallback function core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php Ajax callback triggered by date.
Callbacks::datetimeCallback function core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php Ajax callback triggered by datetime.
Callbacks::validateName function core/modules/system/tests/modules/form_test/src/Callbacks.php Form element validation handler for 'name' in form_test_validate_form().
ccc_update_test.info.yml file core/modules/update/tests/modules/ccc_update_test/ccc_update_test.info.yml core/modules/update/tests/modules/ccc_update_test/ccc_update_test.info.yml
ChainedFastBackend::invalidate function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Marks a cache item as invalid.
ChainedFastBackend::invalidateAll function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Marks all cache items as invalid.
ChainedFastBackend::invalidateMultiple function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Marks cache items as invalid.
ChainedFastBackend::invalidateTags function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Marks cache items with any of the specified tags as invalid.
ChainedFastBackend::markAsOutdated function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Marks the fast cache bin as outdated because of a write.
CKEditor::validateConfigurationForm function core/modules/ckeditor/src/Plugin/Editor/CKEditor.php Form validation handler.
CKEditorAdminSortTrait::sortableUpdate function core/modules/ckeditor/tests/src/Traits/CKEditorAdminSortTrait.php Define to provide any necessary callback following layout change.
claro_preprocess_datetime_wrapper function core/themes/claro/claro.theme Implements template_preprocess_HOOK() for datetime_wrapper.
Color::validateColor function core/lib/Drupal/Core/Render/Element/Color.php Form element validation handler for #type 'color'.
Color::validateHex function core/lib/Drupal/Component/Utility/Color.php Validates whether a hexadecimal color value is syntactically correct.
ColorTest::providerTestValidateHex function core/tests/Drupal/Tests/Component/Utility/ColorTest.php Provides data for testValidateHex().
ColorTest::testValidateHex function core/tests/Drupal/Tests/Component/Utility/ColorTest.php @covers \Drupal\Component\Utility\Color::validateHex
color_scheme_form_validate function core/modules/color/color.module Form validation handler for color_scheme_form().
Combine::validate function core/modules/views/src/Plugin/views/filter/Combine.php Validate that the plugin is correct and can be saved.
comment.post_update.php file core/modules/comment/comment.post_update.php Post update functions for the comment module.
CommentAdminOverview::$dateFormatter property core/modules/comment/src/Form/CommentAdminOverview.php The date formatter service.
CommentAdminOverview::validateForm function core/modules/comment/src/Form/CommentAdminOverview.php Form validation handler.
CommentAdminViewUpdateTest class core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php Tests that comment admin view is enabled after update.
CommentAdminViewUpdateTest.php file core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php
CommentAdminViewUpdateTest::$modules property core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php Modules to enable after the database is loaded.
CommentAdminViewUpdateTest::setDatabaseDumpFiles function core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php Set database dump files to be used.
CommentAdminViewUpdateTest::testCommentAdminPostUpdateHook function core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php Tests that comment admin view is enabled after update.
CommentHostnameUpdateTest class core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php Tests that comment hostname settings are properly updated.
CommentHostnameUpdateTest.php file core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php
CommentHostnameUpdateTest::setDatabaseDumpFiles function core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php Set database dump files to be used.
CommentHostnameUpdateTest::testCommentPostUpdateAddIpAddressSetting function core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php Tests comment_post_update_add_ip_address_setting().
CommentHostnameUpdateTest::testCommentUpdate8600 function core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php Tests comment_update_8600().
CommentNameConstraintValidator::validate function core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php
CommentSelection::validateReferenceableNewEntities function core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php Validates which newly created entities can be referenced.
CommentStatistics::update function core/modules/comment/src/CommentStatistics.php Update or insert comment statistics records after a comment is added.
CommentStatisticsInterface::update function core/modules/comment/src/CommentStatisticsInterface.php Update or insert comment statistics records after a comment is added.
CommentUpdateTest class core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php Tests that comment settings are properly updated during database updates.
CommentUpdateTest.php file core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php
CommentUpdateTest::setDatabaseDumpFiles function core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php Set database dump files to be used.
CommentUpdateTest::testCommentEntityTypeAndFieldNameRequired function core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php Tests whether the 'entity_type' and 'field_name' columns are required.
CommentUpdateTest::testCommentEntityTypeAndFieldUpdateRequirementsCheck function core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php Test the update hook requirements check for 8701.
CommentUpdateTest::testCommentUpdate8101 function core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php Tests comment_update_8200().
CommentUpdateTest::testOwnerEntityKey function core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php Tests that the comment entity type has an 'owner' entity key.
CommentUpdateTest::testPublishedEntityKey function core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php Tests that the comment entity type has a 'published' entity key.

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