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
BlockUiTest::testBlockValidateErrors function core/modules/block/tests/src/Functional/BlockUiTest.php Tests if validation errors are passed plugin form to the parent form.
BlockUiTest::testCandidateBlockList function core/modules/block/tests/src/Functional/BlockUiTest.php Tests the block categories on the listing page.
BlockWeightUpdateTest class core/modules/block/tests/src/Functional/BlockWeightUpdateTest.php @covers block_post_update_make_weight_integer[[api-linebreak]]
@group block
BlockWeightUpdateTest.php file core/modules/block/tests/src/Functional/BlockWeightUpdateTest.php
BlockWeightUpdateTest::setDatabaseDumpFiles function core/modules/block/tests/src/Functional/BlockWeightUpdateTest.php Set database dump files to be used.
BlockWeightUpdateTest::testRunUpdates function core/modules/block/tests/src/Functional/BlockWeightUpdateTest.php Tests update path for blocks' `weight` property.
block_content.post_update.php file core/modules/block_content/block_content.post_update.php Post update functions for Content Block.
block_content_post_update_remove_block_content_status_info_keys function core/modules/block_content/block_content.post_update.php Remove deprecated status and info keys from block_content blocks.
block_content_removed_post_updates function core/modules/block_content/block_content.post_update.php Implements hook_removed_post_updates().
block_content_test_block_content_update function core/modules/block_content/tests/modules/block_content_test/block_content_test.module Implements hook_block_content_update().
block_content_update_last_removed function core/modules/block_content/block_content.install Implements hook_update_last_removed().
block_post_update_make_weight_integer function core/modules/block/block.post_update.php Ensures that all block weights are integers.
block_post_update_set_menu_block_depth_to_null_if_zero function core/modules/block/block.post_update.php Updates the `depth` setting to NULL if it is 0 in any menu blocks.
block_removed_post_updates function core/modules/block/block.post_update.php Implements hook_removed_post_updates().
block_update_last_removed function core/modules/block/block.install Implements hook_update_last_removed().
Book::updateEntity function core/modules/book/src/Plugin/migrate/destination/Book.php Updates an entity with the new values from row.
BookAdminEditForm::validateForm function core/modules/book/src/Form/BookAdminEditForm.php Form validation handler.
BookBreadcrumbTest::testBreadcrumbAccessUpdates function core/modules/book/tests/src/Functional/BookBreadcrumbTest.php Tests that the breadcrumb is updated when book access changes.
BookBreadcrumbTest::testBreadcrumbTitleUpdates function core/modules/book/tests/src/Functional/BookBreadcrumbTest.php Tests that the breadcrumb is updated when book content changes.
BookManager::updateOriginalParent function core/modules/book/src/BookManager.php Updates the has_children flag of the parent of the original node.
BookManager::updateOutline function core/modules/book/src/ProxyClass/BookManager.php
BookManager::updateOutline function core/modules/book/src/BookManager.php
BookManager::updateParent function core/modules/book/src/BookManager.php Sets the has_children flag of the parent of the node.
BookManagerInterface::updateOutline function core/modules/book/src/BookManagerInterface.php Handles additions and updates to the book outline.
BookOutlineConstraintValidator::validate function core/modules/book/src/Plugin/Validation/Constraint/BookOutlineConstraintValidator.php
BookOutlineStorage::update function core/modules/book/src/BookOutlineStorage.php
BookOutlineStorage::updateMovedChildren function core/modules/book/src/BookOutlineStorage.php
BookOutlineStorageInterface::update function core/modules/book/src/BookOutlineStorageInterface.php Updates book reference for links that were moved between books.
BookOutlineStorageInterface::updateMovedChildren function core/modules/book/src/BookOutlineStorageInterface.php Update the book ID of the book link that it's being moved.
BookSettingsForm::validateForm function core/modules/book/src/Form/BookSettingsForm.php Form validation handler.
BookUninstallValidator::validate function core/modules/book/src/ProxyClass/BookUninstallValidator.php Determines the reasons a module can not be uninstalled.
BookUninstallValidator::validate function core/modules/book/src/BookUninstallValidator.php Determines the reasons a module can not be uninstalled.
BookUninstallValidatorTest::testValidateEntityQueryWithoutResults function core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php @covers ::validate
BookUninstallValidatorTest::testValidateEntityQueryWithResults function core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php @covers ::validate
BookUninstallValidatorTest::testValidateNotBook function core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php @covers ::validate
BookUninstallValidatorTest::testValidateOutlineStorage function core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php @covers ::validate
book_form_update function core/modules/book/book.module Renders a new parent page select element when the book selection changes.
book_node_type_update function core/modules/book/book.module Implements hook_ENTITY_TYPE_update() for node_type entities.
book_node_update function core/modules/book/book.module Implements hook_ENTITY_TYPE_update() for node entities.
BooleanOperator::valueValidate function core/modules/views/src/Plugin/views/filter/BooleanOperator.php Validate the options form.
BreakLockLink::$dateFormatter property core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php The date formatter.
Broken::validateReferenceableEntities function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/Broken.php Validates which existing entities can be referenced.
BrokenCacheUpdateTest class core/modules/system/tests/src/Functional/UpdateSystem/BrokenCacheUpdateTest.php Ensures that a broken or out-of-date element info cache is not used.
BrokenCacheUpdateTest.php file core/modules/system/tests/src/Functional/UpdateSystem/BrokenCacheUpdateTest.php
BrokenCacheUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/BrokenCacheUpdateTest.php The theme to install as the default for testing.
BrokenCacheUpdateTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/BrokenCacheUpdateTest.php
BrokenCacheUpdateTest::testUpdate function core/modules/system/tests/src/Functional/UpdateSystem/BrokenCacheUpdateTest.php Ensures that a broken or out-of-date element info cache is not used.
BulkForm::validateOptionsForm function core/modules/views/src/Plugin/views/field/BulkForm.php Validate the options form.
BulkForm::viewsFormValidate function core/modules/views/src/Plugin/views/field/BulkForm.php
BundleConfigImportValidate class core/lib/Drupal/Core/Entity/Event/BundleConfigImportValidate.php Entity config importer validation event subscriber.

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