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
DbUpdateController.php file core/modules/system/src/Controller/DbUpdateController.php
DbUpdateController::$account property core/modules/system/src/Controller/DbUpdateController.php The current user.
DbUpdateController::$bareHtmlPageRenderer property core/modules/system/src/Controller/DbUpdateController.php The bare HTML page renderer.
DbUpdateController::$cache property core/modules/system/src/Controller/DbUpdateController.php A cache backend interface.
DbUpdateController::$keyValueExpirableFactory property core/modules/system/src/Controller/DbUpdateController.php The keyvalue expirable factory.
DbUpdateController::$moduleHandler property core/modules/system/src/Controller/DbUpdateController.php The module handler.
DbUpdateController::$postUpdateRegistry property core/modules/system/src/Controller/DbUpdateController.php The post update registry.
DbUpdateController::$root property core/modules/system/src/Controller/DbUpdateController.php The app root.
DbUpdateController::$state property core/modules/system/src/Controller/DbUpdateController.php The state service.
DbUpdateController::batchFinished function core/modules/system/src/Controller/DbUpdateController.php Finishes the update process and stores the results for eventual display.
DbUpdateController::create function core/modules/system/src/Controller/DbUpdateController.php Instantiates a new instance of this class.
DbUpdateController::getModuleUpdates function core/modules/system/src/Controller/DbUpdateController.php Retrieves module updates.
DbUpdateController::handle function core/modules/system/src/Controller/DbUpdateController.php Returns a database update page.
DbUpdateController::helpfulLinks function core/modules/system/src/Controller/DbUpdateController.php Provides links to the homepage and administration pages.
DbUpdateController::info function core/modules/system/src/Controller/DbUpdateController.php Returns the info database update page.
DbUpdateController::requirements function core/modules/system/src/Controller/DbUpdateController.php Renders a list of requirement errors or warnings.
DbUpdateController::results function core/modules/system/src/Controller/DbUpdateController.php Displays results of the update script with any accompanying errors.
DbUpdateController::selection function core/modules/system/src/Controller/DbUpdateController.php Renders a list of available database updates.
DbUpdateController::triggerBatch function core/modules/system/src/Controller/DbUpdateController.php Starts the database update batch process.
DbUpdateController::updateTasksList function core/modules/system/src/Controller/DbUpdateController.php Provides the update task list render array.
DbUpdateController::__construct function core/modules/system/src/Controller/DbUpdateController.php Constructs a new UpdateController.
DbUpdateNegotiator class core/modules/system/src/Theme/DbUpdateNegotiator.php Sets the active theme for the database update pages.
DbUpdateNegotiator.php file core/modules/system/src/Theme/DbUpdateNegotiator.php
DbUpdateNegotiator::$configFactory property core/modules/system/src/Theme/DbUpdateNegotiator.php The config factory.
DbUpdateNegotiator::applies function core/modules/system/src/Theme/DbUpdateNegotiator.php Whether this theme negotiator should be used to set the theme.
DbUpdateNegotiator::determineActiveTheme function core/modules/system/src/Theme/DbUpdateNegotiator.php Determine the active theme for the request.
DbUpdateNegotiator::__construct function core/modules/system/src/Theme/DbUpdateNegotiator.php Constructs a DbUpdateNegotiator.
DbUpdatesTrait trait core/modules/system/src/Tests/Update/DbUpdatesTrait.php Provides methods to conditionally enable db update functions and apply
pending db updates through the Update UI.
DbUpdatesTrait trait core/modules/system/tests/src/Functional/Update/DbUpdatesTrait.php Provides methods to conditionally enable db update functions and apply
pending db updates through the Update UI.
DbUpdatesTrait.php file core/modules/system/tests/src/Functional/Update/DbUpdatesTrait.php
DbUpdatesTrait.php file core/modules/system/src/Tests/Update/DbUpdatesTrait.php
DbUpdatesTrait::applyUpdates function core/modules/system/src/Tests/Update/DbUpdatesTrait.php Applies any pending DB updates through the Update UI.
DbUpdatesTrait::applyUpdates function core/modules/system/tests/src/Functional/Update/DbUpdatesTrait.php Applies any pending DB updates through the Update UI.
DbUpdatesTrait::enableUpdates function core/modules/system/tests/src/Functional/Update/DbUpdatesTrait.php Enables db updates until the specified index.
DbUpdatesTrait::enableUpdates function core/modules/system/src/Tests/Update/DbUpdatesTrait.php Enables db updates until the specified index.
DbUpdatesTrait::includeUpdates function core/modules/system/src/Tests/Update/DbUpdatesTrait.php Conditionally load Update API functions for the specified group.
db_update function core/includes/database.inc Returns a new UpdateQuery object for the active database.
DefaultContentModerationStateRevisionUpdateTest class core/modules/content_moderation/tests/src/Functional/Update/DefaultContentModerationStateRevisionUpdateTest.php Test updating the ContentModerationState entity default revisions.
DefaultContentModerationStateRevisionUpdateTest.php file core/modules/content_moderation/tests/src/Functional/Update/DefaultContentModerationStateRevisionUpdateTest.php
DefaultContentModerationStateRevisionUpdateTest::assertCompositeEntityMatchesDefaultRevisionId function core/modules/content_moderation/tests/src/Functional/Update/DefaultContentModerationStateRevisionUpdateTest.php Assert for the given entity, the default revision ID matches.
DefaultContentModerationStateRevisionUpdateTest::getEntityByLabel function core/modules/content_moderation/tests/src/Functional/Update/DefaultContentModerationStateRevisionUpdateTest.php Load an entity by label.
DefaultContentModerationStateRevisionUpdateTest::setDatabaseDumpFiles function core/modules/content_moderation/tests/src/Functional/Update/DefaultContentModerationStateRevisionUpdateTest.php Set database dump files to be used.
DefaultContentModerationStateRevisionUpdateTest::testNoEntitiesUnderModeration function core/modules/content_moderation/tests/src/Functional/Update/DefaultContentModerationStateRevisionUpdateTest.php Test the post_update hook when no entity types are being moderated.
DefaultContentModerationStateRevisionUpdateTest::testUpdateDefaultRevision function core/modules/content_moderation/tests/src/Functional/Update/DefaultContentModerationStateRevisionUpdateTest.php Test updating the default revision.
DefaultModerationStateUpdateTest class core/modules/content_moderation/tests/src/Functional/Update/DefaultModerationStateUpdateTest.php Tests the upgrade path for updating the 'default_moderation_state' setting.
DefaultModerationStateUpdateTest.php file core/modules/content_moderation/tests/src/Functional/Update/DefaultModerationStateUpdateTest.php
DefaultModerationStateUpdateTest::setDatabaseDumpFiles function core/modules/content_moderation/tests/src/Functional/Update/DefaultModerationStateUpdateTest.php Set database dump files to be used.
DefaultModerationStateUpdateTest::testUpdateDefaultModerationState function core/modules/content_moderation/tests/src/Functional/Update/DefaultModerationStateUpdateTest.php Tests updating the default moderation state setting.
DefaultProcessor::$dateFormatter property core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php The date formatter service.
DefaultSelection::elementValidateFilter function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Form element validation handler; Filters the #value property of an element.

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