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
BlockPluginTrait::blockValidate function core/lib/Drupal/Core/Block/BlockPluginTrait.php
BlockPluginTrait::validateConfigurationForm function core/lib/Drupal/Core/Block/BlockPluginTrait.php Most block plugins should not override this method. To add validation
for a specific block type, override BlockBase::blockValidate().
BlockRemoveDisabledRegionUpdateTest class core/modules/block/tests/src/Functional/Update/BlockRemoveDisabledRegionUpdateTest.php Tests the upgrade path for removal of disabled region.
BlockRemoveDisabledRegionUpdateTest.php file core/modules/block/tests/src/Functional/Update/BlockRemoveDisabledRegionUpdateTest.php
BlockRemoveDisabledRegionUpdateTest::$modules property core/modules/block/tests/src/Functional/Update/BlockRemoveDisabledRegionUpdateTest.php Modules to enable after the database is loaded.
BlockRemoveDisabledRegionUpdateTest::setDatabaseDumpFiles function core/modules/block/tests/src/Functional/Update/BlockRemoveDisabledRegionUpdateTest.php Set database dump files to be used.
BlockRemoveDisabledRegionUpdateTest::testUpdateHookN function core/modules/block/tests/src/Functional/Update/BlockRemoveDisabledRegionUpdateTest.php Tests that block context mapping is updated properly.
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.
block_content.post_update.php file core/modules/block_content/block_content.post_update.php Post update functions for Custom Block.
block_content_post_update_add_views_reusable_filter function core/modules/block_content/block_content.post_update.php Adds a 'reusable' filter to all Custom Block views.
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_8001 function core/modules/block_content/block_content.install Add 'revision_translation_affected' field to 'block_content' entities.
block_content_update_8002 function core/modules/block_content/block_content.install Generalizes the d6_block_content_type and d6_block_content_body_field
migrations.
block_content_update_8003 function core/modules/block_content/block_content.install Add 'revision_created' and 'revision_user' fields to 'block_content' entities.
block_content_update_8300 function core/modules/block_content/block_content.install Fix the block_content entity type to specify its revision data table.
block_content_update_8400 function core/modules/block_content/block_content.install Add a publishing status field for block_content entities.
block_content_update_8600 function core/modules/block_content/block_content.install Add 'reusable' field to 'block_content' entities.
block_post_update_disabled_region_update function core/modules/block/block.post_update.php Disable blocks that are placed into the "disabled" region.
block_post_update_disable_blocks_with_missing_contexts function core/modules/block/block.post_update.php Disable all blocks with missing context IDs in block_update_8001().
block_post_update_fix_negate_in_conditions function core/modules/block/block.post_update.php Fix invalid 'negate' values in block visibility conditions.
block_update_8001 function core/modules/block/block.install Update block visibility context mapping.
block_update_8002 function core/modules/block/block.install Placeholder for the previous 8002 update.
block_update_8003 function core/modules/block/block.install Remove 'cache' setting.
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 Test that the breadcrumb is updated when book access changes.
BookBreadcrumbTest::testBreadcrumbTitleUpdates function core/modules/book/tests/src/Functional/BookBreadcrumbTest.php Test 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/BookManager.php Handles additions and updates to the book outline.
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 Updates book reference for links that were moved between books.
BookOutlineStorage::updateMovedChildren function core/modules/book/src/BookOutlineStorage.php Update the book ID of the book link that it's being moved.
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.
BooleanFilterValuesUpdateTest class core/modules/views/tests/src/Functional/Update/BooleanFilterValuesUpdateTest.php Tests the upgrade path for boolean field values.
BooleanFilterValuesUpdateTest.php file core/modules/views/tests/src/Functional/Update/BooleanFilterValuesUpdateTest.php
BooleanFilterValuesUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/BooleanFilterValuesUpdateTest.php Set database dump files to be used.

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