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
update.settings.yml file core/modules/update/config/install/update.settings.yml core/modules/update/config/install/update.settings.yml
update.source.schema.yml file core/modules/update/config/schema/update.source.schema.yml core/modules/update/config/schema/update.source.schema.yml
UPDATE.txt file core/UPDATE.txt CONTENTS OF THIS FILE
---------------------

* Introduction
* Minor and patch version updates
* Is my site using Composer?
* Updating code with Composer
* Updating code manually
* Updating Drupal 9 to Drupal 10
* Updating Drupal 8 to Drupal 9
Update10101 class core/modules/pgsql/src/Update10101.php An update class for sequence ownership.
Update10101.php file core/modules/pgsql/src/Update10101.php
Update10101::create function core/modules/pgsql/src/Update10101.php Instantiates a new instance of this class.
Update10101::getSequenceName function core/modules/pgsql/src/Update10101.php Retrieves a sequence name that is owned by the table and column.
Update10101::sequenceExists function core/modules/pgsql/src/Update10101.php Checks if a sequence exists.
Update10101::update function core/modules/pgsql/src/Update10101.php Update *all* existing sequences to include the owner tables.
Update10101::updateSequenceOwnership function core/modules/pgsql/src/Update10101.php Alters the ownership of a sequence.
Update10101::__construct function core/modules/pgsql/src/Update10101.php Sequence owner update constructor.
Update::$arguments property core/lib/Drupal/Core/Database/Query/Update.php An array of values to update to.
Update::$expressionFields property core/lib/Drupal/Core/Database/Query/Update.php Array of fields to update to an expression in case of a duplicate record.
Update::$fields property core/lib/Drupal/Core/Database/Query/Update.php An array of fields that will be updated.
Update::$table property core/lib/Drupal/Core/Database/Query/Update.php The table to update.
Update::arguments function core/lib/Drupal/Core/Database/Query/Update.php Gets a complete list of all values to insert into the prepared statement.
Update::execute function core/lib/Drupal/Core/Database/Query/Update.php Executes the UPDATE query.
Update::execute function core/modules/pgsql/src/Driver/Database/pgsql/Update.php Executes the UPDATE query.
Update::expression function core/lib/Drupal/Core/Database/Query/Update.php Specifies fields to be updated as an expression.
Update::fields function core/lib/Drupal/Core/Database/Query/Update.php Adds a set of field->value pairs to be updated.
Update::getQueryArguments function core/lib/Drupal/Core/Database/Query/Update.php Returns the query arguments with placeholders mapped to their values.
Update::__construct function core/lib/Drupal/Core/Database/Query/Update.php Constructs an Update query object.
Update::__toString function core/lib/Drupal/Core/Database/Query/Update.php Implements PHP magic __toString method to convert the query to a string.
UpdateBackend class core/lib/Drupal/Core/Update/UpdateBackend.php Defines a cache backend for use during Drupal database updates.
UpdateBackend.php file core/lib/Drupal/Core/Update/UpdateBackend.php
UpdateBackend::$backend property core/lib/Drupal/Core/Update/UpdateBackend.php The regular runtime cache backend.
UpdateBackend::delete function core/lib/Drupal/Core/Update/UpdateBackend.php Deletes an item from the cache.
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 Gets a cache backend class for a given cache bin.
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.

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