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.

All search results

Title Object type File name Summary
CacheCollector::invalidateCache function core/lib/Drupal/Core/Cache/CacheCollector.php Invalidate the cache.
CacheCollector::updateCache function core/lib/Drupal/Core/Cache/CacheCollector.php Writes a value to the persistent cache immediately.
CacheCollectorTest::testUpdateCache function core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php Tests updating the cache after a set.
CacheCollectorTest::testUpdateCacheClear function core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php Tests a clear of the cache collector.
CacheCollectorTest::testUpdateCacheClearTags function core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php Tests a clear of the cache collector using tags.
CacheCollectorTest::testUpdateCacheDelete function core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php Tests updating the cache after a delete.
CacheCollectorTest::testUpdateCacheInvalidatedConflict function core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php Tests updating the cache when there is a conflict after cache invalidation.
CacheCollectorTest::testUpdateCacheLockFail function core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php Tests updating the cache when the lock acquire fails.
CacheCollectorTest::testUpdateCacheMerge function core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php Tests a cache hit, then item updated by a different request.
CacheCollectorTest::testUpdateCacheNoChanges function core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php Tests updating the cache when no changes were made.
CacheCollectorTest::testUpdateCacheRace function core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php Tests a cache miss, then item created by another request.
CacheCollectorTest::testUpdateCacheReset function core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php Tests a reset of the cache collector.
CacheContextsManager::validateTokens function core/lib/Drupal/Core/Cache/Context/CacheContextsManager.php Validates an array of cache context tokens.
CacheContextsManagerTest::testValidateContexts function core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php @covers ::validateTokens
CacheContextsManagerTest::validateTokensProvider function core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php Provides a list of cache context token arrays.
CachedStorageTest::update function core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php
CacheTagsChecksumDecorator::invalidateTags function core/modules/system/tests/modules/performance_test/src/Cache/CacheTagsChecksumDecorator.php Marks cache items with any of the specified tags as invalid.
CacheTagsChecksumTrait::$invalidatedTags property core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php A list of tags that have already been invalidated in this request.
CacheTagsChecksumTrait::doInvalidateTags function core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php Marks cache items with any of the specified tags as invalid.
CacheTagsChecksumTrait::invalidateTags function core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php Implements \Drupal\Core\Cache\CacheTagsInvalidatorInterface::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
@covers ::addBin
CacheTagsInvalidatorTest::testInvalidateTagsWithInvalidTags function core/tests/Drupal/Tests/Core/Cache/CacheTagsInvalidatorTest.php @covers ::invalidateTags
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.
CKEditor4To5UpgradePluginManager::validateAndBuildMaps function core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php Validates plugin definitions: avoids conflicts. Builds maps for later use.
ckeditor5.post_update.php file core/modules/ckeditor5/ckeditor5.post_update.php Post update functions for CKEditor 5.
CKEditor5::validateConfigurationForm function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Form validation handler.
CKEditor5::validatePair function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Validates a Text Editor + Text Format pair.
CKEditor5::validateSwitchingToCKEditor5 function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Validate callback to inform the user of CKEditor 5 compatibility problems.
CKEditor5ElementConstraintValidator::validate function core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5ElementConstraintValidator.php
CKEditor5MediaAndFilterSettingsInSyncConstraintValidator::validate function core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraintValidator.php
CKEditor5PluginDefinition::validateCKEditor5Aspects function core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php Validates the CKEditor 5 aspects of the CKEditor 5 plugin definition.
CKEditor5PluginDefinition::validateConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php Validates the given configuration array.
CKEditor5PluginDefinition::validateDrupalAspects function core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php Validates the Drupal aspects of the CKEditor 5 plugin definition.
CKEditor5UpdateCodeBlockConfigurationTest class core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateCodeBlockConfigurationTest.php @covers ckeditor5_post_update_code_block
@group Update
@group ckeditor5
CKEditor5UpdateCodeBlockConfigurationTest.php file core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateCodeBlockConfigurationTest.php
CKEditor5UpdateCodeBlockConfigurationTest::$defaultTheme property core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateCodeBlockConfigurationTest.php The theme to install as the default for testing.
CKEditor5UpdateCodeBlockConfigurationTest::setDatabaseDumpFiles function core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateCodeBlockConfigurationTest.php Set database dump files to be used.
CKEditor5UpdateCodeBlockConfigurationTest::testUpdateCodeBlockConfigurationPostUpdate function core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateCodeBlockConfigurationTest.php Ensure default configuration for the CKEditor 5 codeBlock plugin is added.
CKEditor5UpdateImageToolbarItemTest class core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php Tests the update path for the CKEditor 5 image toolbar item.

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