RestSettingsDeletionUpdateTest::setDatabaseDumpFiles |
function |
core/modules/rest/tests/src/Functional/Update/RestSettingsDeletionUpdateTest.php |
Set database dump files to be used. |
RestSettingsDeletionUpdateTest::testUpdate |
function |
core/modules/rest/tests/src/Functional/Update/RestSettingsDeletionUpdateTest.php |
Ensures that update hook is run for "rest" module. |
rest_post_update_delete_settings |
function |
core/modules/rest/rest.post_update.php |
Remove obsolete rest.settings configuration. |
rest_removed_post_updates |
function |
core/modules/rest/rest.post_update.php |
Implements hook_removed_post_updates(). |
rest_update_last_removed |
function |
core/modules/rest/rest.install |
Implements hook_update_last_removed(). |
RevisionableInterface::updateLoadedRevisionId |
function |
core/lib/Drupal/Core/Entity/RevisionableInterface.php |
Updates the loaded Revision ID with the revision ID. |
Row::needsUpdate |
function |
core/modules/migrate/src/Row.php |
Returns if this row needs an update. |
SAVED_UPDATED |
constant |
core/includes/common.inc |
Return status for saving which involved an update to an existing item. |
SchemaVersionUpdateTest |
class |
core/modules/system/tests/src/Functional/Update/SchemaVersionUpdateTest.php |
Tests that updates clean-up non-integer schema version. |
SchemaVersionUpdateTest.php |
file |
core/modules/system/tests/src/Functional/Update/SchemaVersionUpdateTest.php |
|
SchemaVersionUpdateTest::$modules |
property |
core/modules/system/tests/src/Functional/Update/SchemaVersionUpdateTest.php |
Modules to enable after the database is loaded. |
SchemaVersionUpdateTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/SchemaVersionUpdateTest.php |
Set database dump files to be used. |
SchemaVersionUpdateTest::testSchemaVersionsIsInt |
function |
core/modules/system/tests/src/Functional/Update/SchemaVersionUpdateTest.php |
Tests that upgrade converted string value to integer. |
search.post_update.php |
file |
core/modules/search/search.post_update.php |
Post update functions for Search module. |
SearchIndex::updateWordWeights |
function |
core/modules/search/src/SearchIndex.php |
Updates the {search_total} database table. |
SearchIndexingInterface::updateIndex |
function |
core/modules/search/src/Plugin/SearchIndexingInterface.php |
Updates the search index for this plugin. |
SearchIndexInterface::updateWordWeights |
function |
core/modules/search/src/SearchIndexInterface.php |
Updates the {search_total} database table. |
SearchNodeUpdateAndDeletionTest |
class |
core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php |
Tests search index is updated properly when nodes are removed or updated. |
SearchNodeUpdateAndDeletionTest.php |
file |
core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php |
|
SearchNodeUpdateAndDeletionTest::$defaultTheme |
property |
core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php |
The theme to install as the default for testing. |
SearchNodeUpdateAndDeletionTest::$modules |
property |
core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php |
Modules to enable. |
SearchNodeUpdateAndDeletionTest::$testUser |
property |
core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php |
A user with permission to access and search content. |
SearchNodeUpdateAndDeletionTest::setUp |
function |
core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php |
|
SearchNodeUpdateAndDeletionTest::testSearchIndexUpdateOnNodeChange |
function |
core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php |
Tests that the search index info is properly updated when a node changes. |
SearchNodeUpdateAndDeletionTest::testSearchIndexUpdateOnNodeDeletion |
function |
core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php |
Tests that the search index info is updated when a node is deleted. |
search_post_update_reindex_after_diacritics_rule_change |
function |
core/modules/search/search.post_update.php |
Mark everything for reindexing after diacritics removal rule change. |
search_removed_post_updates |
function |
core/modules/search/search.post_update.php |
Implements hook_removed_post_updates(). |
SecurityAdvisoriesFetcherTest::testIntervalConfigUpdate |
function |
core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php |
Tests that the stored advisories response is deleted on interval decrease. |
Select::$forUpdate |
property |
core/lib/Drupal/Core/Database/Query/Select.php |
The FOR UPDATE status. |
Select::forUpdate |
function |
core/lib/Drupal/Core/Database/Query/Select.php |
Add FOR UPDATE to the query. |
Select::forUpdate |
function |
core/modules/sqlite/src/Driver/Database/sqlite/Select.php |
Add FOR UPDATE to the query. |
SelectExtender::forUpdate |
function |
core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Add FOR UPDATE to the query. |
SelectInterface::forUpdate |
function |
core/lib/Drupal/Core/Database/Query/SelectInterface.php |
Add FOR UPDATE to the query. |
serialization.post_update.php |
file |
core/modules/serialization/serialization.post_update.php |
Post update functions for Serialization module. |
SerializationSettingsDeletionUpdateTest |
class |
core/modules/serialization/tests/src/Functional/Update/SerializationSettingsDeletionUpdateTest.php |
Ensures that update hook is run properly for deleting obsolete serialization settings. |
SerializationSettingsDeletionUpdateTest.php |
file |
core/modules/serialization/tests/src/Functional/Update/SerializationSettingsDeletionUpdateTest.php |
|
SerializationSettingsDeletionUpdateTest::setDatabaseDumpFiles |
function |
core/modules/serialization/tests/src/Functional/Update/SerializationSettingsDeletionUpdateTest.php |
Set database dump files to be used. |
SerializationSettingsDeletionUpdateTest::testUpdate |
function |
core/modules/serialization/tests/src/Functional/Update/SerializationSettingsDeletionUpdateTest.php |
Ensures that update hook is run for "serialization" module. |
serialization_post_update_delete_settings |
function |
core/modules/serialization/serialization.post_update.php |
Remove obsolete serialization.settings configuration. |
serialization_update_last_removed |
function |
core/modules/serialization/serialization.install |
Implements hook_update_last_removed(). |
seven_preprocess_update_version |
function |
core/themes/seven/seven.theme |
Prepares variables for update version templates. |
SortableTestTrait::sortableUpdate |
function |
core/tests/Drupal/FunctionalJavascriptTests/SortableTestTrait.php |
Define to provide any necessary callback following layout change. |
Sql::getRowsNeedingUpdate |
function |
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php |
Retrieves an array of map rows marked as needing update. |
Sql::prepareUpdate |
function |
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php |
Prepares to run a full update. |
Sql::setUpdate |
function |
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php |
Sets a specified record to be updated, if it exists. |
Sql::updateCount |
function |
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php |
Returns a count of items which are marked as needing update. |
SqlBase::updatePageInfo |
function |
core/modules/views/src/Plugin/views/pager/SqlBase.php |
Update global paging info. |
SqlContentEntityStorage::onEntityTypeUpdate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Reacts to the update of the entity type. |
SqlContentEntityStorage::onFieldableEntityTypeUpdate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Reacts to the update of a fieldable entity type. |
SqlContentEntityStorage::onFieldStorageDefinitionUpdate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Reacts to the update of a field storage definition. |