Search for date
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Date | class | core/ |
Basic sort handler for dates. |
Date | class | core/ |
A handler to provide proper displays for dates. |
Date | class | core/ |
Filter to handle dates stored as a timestamp. |
Date | class | core/ |
Argument handler for dates. |
Date | class | core/ |
Basic sort handler for datetime fields. |
Date | class | core/ |
Date/time views filter. |
Date | class | core/ |
Abstract argument handler for dates. |
Date | class | core/ |
Provides a form element for date or time selection. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
update.settings.yml | file | core/ |
core/modules/update/config/install/update.settings.yml |
update.source.schema.yml | file | core/ |
core/modules/update/config/schema/update.source.schema.yml |
UPDATE.txt | file | core/ |
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/ |
An update class for sequence ownership. |
Update10101.php | file | core/ |
|
Update10101::create | function | core/ |
Instantiates a new instance of this class. |
Update10101::getSequenceName | function | core/ |
Retrieves a sequence name that is owned by the table and column. |
Update10101::sequenceExists | function | core/ |
Checks if a sequence exists. |
Update10101::update | function | core/ |
Update *all* existing sequences to include the owner tables. |
Update10101::updateSequenceOwnership | function | core/ |
Alters the ownership of a sequence. |
Update10101::__construct | function | core/ |
Sequence owner update constructor. |
Update::$arguments | property | core/ |
An array of values to update to. |
Update::$expressionFields | property | core/ |
Array of fields to update to an expression in case of a duplicate record. |
Update::$fields | property | core/ |
An array of fields that will be updated. |
Update::$table | property | core/ |
The table to update. |
Update::arguments | function | core/ |
Gets a complete list of all values to insert into the prepared statement. |
Update::execute | function | core/ |
Executes the UPDATE query. |
Update::execute | function | core/ |
Executes the UPDATE query. |
Update::expression | function | core/ |
Specifies fields to be updated as an expression. |
Update::fields | function | core/ |
Adds a set of field->value pairs to be updated. |
Update::getQueryArguments | function | core/ |
Returns the query arguments with placeholders mapped to their values. |
Update::__construct | function | core/ |
Constructs an Update query object. |
Update::__toString | function | core/ |
Implements PHP magic __toString method to convert the query to a string. |
UpdateBackend | class | core/ |
Defines a cache backend for use during Drupal database updates. |
UpdateBackend.php | file | core/ |
|
UpdateBackend::$backend | property | core/ |
The regular runtime cache backend. |
UpdateBackend::delete | function | core/ |
Deletes an item from the cache. |
UpdateBackend::deleteAll | function | core/ |
Deletes all cache items in a bin. |
UpdateBackend::deleteMultiple | function | core/ |
Deletes multiple items from the cache. |
UpdateBackend::__construct | function | core/ |
UpdateBackend constructor. |
UpdateBlockForm | class | core/ |
Provides a form to update a block. |
UpdateBlockForm.php | file | core/ |
|
UpdateBlockForm::buildForm | function | core/ |
Builds the block form. |
UpdateBlockForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
UpdateBlockForm::submitLabel | function | core/ |
Returns the label for the submit button. |
UpdateBuildIdCommand | class | core/ |
Ajax command for updating the form build ID. |
UpdateBuildIdCommand.php | file | core/ |
|
UpdateBuildIdCommand::$new | property | core/ |
New build id. |
UpdateBuildIdCommand::$old | property | core/ |
Old build id. |
UpdateBuildIdCommand::render | function | core/ |
Return an array to be run through json_encode and sent to the client. |
UpdateBuildIdCommand::__construct | function | core/ |
Constructs an UpdateBuildIdCommand object. |
UpdateCacheBackendFactory | class | core/ |
Cache factory implementation for use during Drupal database updates. |
UpdateCacheBackendFactory.php | file | core/ |
|
UpdateCacheBackendFactory::$bins | property | core/ |
Instantiated update cache bins. |
UpdateCacheBackendFactory::$cacheFactory | property | core/ |
The regular runtime cache_factory service. |
UpdateCacheBackendFactory::get | function | core/ |
Gets a cache backend class for a given cache bin. |
UpdateCacheBackendFactory::__construct | function | core/ |
UpdateCacheBackendFactory constructor. |
UpdateCacheTest | class | core/ |
Tests caches during updates. |
UpdateCacheTest.php | file | core/ |
|
UpdateCacheTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
Pagination
- Previous page
- Page 69
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.