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 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
UpdateBackend::deleteAll function core/lib/Drupal/Core/Update/UpdateBackend.php Deletes all cache items in a bin.
UpdateBackend::deleteMultiple function core/lib/Drupal/Core/Update/UpdateBackend.php Deletes multiple items from the cache.
UpdateBackend::__construct function core/lib/Drupal/Core/Update/UpdateBackend.php UpdateBackend constructor.
UpdateBlockForm class core/modules/layout_builder/src/Form/UpdateBlockForm.php Provides a form to update a block.
UpdateBlockForm.php file core/modules/layout_builder/src/Form/UpdateBlockForm.php
UpdateBlockForm::buildForm function core/modules/layout_builder/src/Form/UpdateBlockForm.php Builds the block form.
UpdateBlockForm::getFormId function core/modules/layout_builder/src/Form/UpdateBlockForm.php Returns a unique string identifying the form.
UpdateBlockForm::submitLabel function core/modules/layout_builder/src/Form/UpdateBlockForm.php Returns the label for the submit button.
UpdateBuildIdCommand class core/lib/Drupal/Core/Ajax/UpdateBuildIdCommand.php Ajax command for updating the form build ID.
UpdateBuildIdCommand.php file core/lib/Drupal/Core/Ajax/UpdateBuildIdCommand.php
UpdateBuildIdCommand::$new property core/lib/Drupal/Core/Ajax/UpdateBuildIdCommand.php New build id.
UpdateBuildIdCommand::$old property core/lib/Drupal/Core/Ajax/UpdateBuildIdCommand.php Old build id.
UpdateBuildIdCommand::render function core/lib/Drupal/Core/Ajax/UpdateBuildIdCommand.php Return an array to be run through json_encode and sent to the client.
UpdateBuildIdCommand::__construct function core/lib/Drupal/Core/Ajax/UpdateBuildIdCommand.php Constructs an UpdateBuildIdCommand object.
UpdateCacheBackendFactory class core/lib/Drupal/Core/Update/UpdateCacheBackendFactory.php Cache factory implementation for use during Drupal database updates.
UpdateCacheBackendFactory.php file core/lib/Drupal/Core/Update/UpdateCacheBackendFactory.php
UpdateCacheBackendFactory::$bins property core/lib/Drupal/Core/Update/UpdateCacheBackendFactory.php Instantiated update cache bins.
UpdateCacheBackendFactory::$cacheFactory property core/lib/Drupal/Core/Update/UpdateCacheBackendFactory.php The regular runtime cache_factory service.
UpdateCacheBackendFactory::get function core/lib/Drupal/Core/Update/UpdateCacheBackendFactory.php
UpdateCacheBackendFactory::__construct function core/lib/Drupal/Core/Update/UpdateCacheBackendFactory.php UpdateCacheBackendFactory constructor.
UpdateCacheTest class core/modules/system/tests/src/Functional/UpdateSystem/UpdateCacheTest.php Tests caches during updates.
UpdateCacheTest.php file core/modules/system/tests/src/Functional/UpdateSystem/UpdateCacheTest.php
UpdateCacheTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/UpdateCacheTest.php The theme to install as the default for testing.
UpdateCacheTest::testCaches function core/modules/system/tests/src/Functional/UpdateSystem/UpdateCacheTest.php Tests that caches are cleared during updates.
UpdateCalculateProjectDataTest class core/modules/update/tests/src/Kernel/UpdateCalculateProjectDataTest.php Test the values set in update_calculate_project_data().
UpdateCalculateProjectDataTest.php file core/modules/update/tests/src/Kernel/UpdateCalculateProjectDataTest.php
UpdateCalculateProjectDataTest::$client property core/modules/update/tests/src/Kernel/UpdateCalculateProjectDataTest.php The Guzzle HTTP client.
UpdateCalculateProjectDataTest::$modules property core/modules/update/tests/src/Kernel/UpdateCalculateProjectDataTest.php Modules to install.
UpdateCalculateProjectDataTest::providerProjectStatus function core/modules/update/tests/src/Kernel/UpdateCalculateProjectDataTest.php Data provider for testProjectStatus().
UpdateCalculateProjectDataTest::setCoreVersion function core/modules/update/tests/src/Kernel/UpdateCalculateProjectDataTest.php Sets the installed version of core, as known to the Update module.
UpdateCalculateProjectDataTest::setReleaseMetadata function core/modules/update/tests/src/Kernel/UpdateCalculateProjectDataTest.php Sets the release metadata file to use when fetching available updates.
UpdateCalculateProjectDataTest::setUp function core/modules/update/tests/src/Kernel/UpdateCalculateProjectDataTest.php
UpdateCalculateProjectDataTest::testProjectStatus function core/modules/update/tests/src/Kernel/UpdateCalculateProjectDataTest.php Tests the project_status of the project.
UpdateCompilerPass class core/lib/Drupal/Core/Update/UpdateCompilerPass.php Removes services with unmet dependencies.
UpdateCompilerPass.php file core/lib/Drupal/Core/Update/UpdateCompilerPass.php
UpdateCompilerPass::isArgumentMissingService function core/lib/Drupal/Core/Update/UpdateCompilerPass.php Checks if a reference argument is to a missing service.
UpdateCompilerPass::process function core/lib/Drupal/Core/Update/UpdateCompilerPass.php
UpdateComplexTest class core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests the Update query builder, complex queries.
UpdateComplexTest.php file core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php
UpdateComplexTest::testBetweenConditionUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests BETWEEN conditional clauses.
UpdateComplexTest::testInConditionUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests WHERE IN clauses.
UpdateComplexTest::testLikeConditionUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests LIKE conditionals.
UpdateComplexTest::testNotInConditionUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests WHERE NOT IN clauses.
UpdateComplexTest::testOrConditionUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests updates with OR conditionals.
UpdateComplexTest::testSubSelectUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests UPDATE with a subselect value.
UpdateComplexTest::testUpdateExpression function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests UPDATE with expression values.
UpdateComplexTest::testUpdateOnlyExpression function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests UPDATE with only expression values.
UpdateContribTest class core/modules/update/tests/src/Functional/UpdateContribTest.php Tests how the Update Manager handles contributed modules and themes.
UpdateContribTest.php file core/modules/update/tests/src/Functional/UpdateContribTest.php
UpdateContribTest::$defaultTheme property core/modules/update/tests/src/Functional/UpdateContribTest.php The theme to install as the default for testing.

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