RemovedPostUpdateNameException |
class |
core/lib/Drupal/Core/Update/RemovedPostUpdateNameException.php |
An exception thrown for removed post-update functions. |
RemovedPostUpdateNameException.php |
file |
core/lib/Drupal/Core/Update/RemovedPostUpdateNameException.php |
|
RenderContext::update |
function |
core/lib/Drupal/Core/Render/RenderContext.php |
Updates the current frame of the stack. |
RequirementsPageTrait::updateRequirementsProblem |
function |
core/tests/Drupal/Tests/RequirementsPageTrait.php |
Handles the update requirements page. |
ResponsiveImageConfigUpdater |
class |
core/modules/responsive_image/src/ResponsiveImageConfigUpdater.php |
Provides a BC layer for modules providing old configurations. |
ResponsiveImageConfigUpdater.php |
file |
core/modules/responsive_image/src/ResponsiveImageConfigUpdater.php |
|
ResponsiveImageConfigUpdater::$deprecationsEnabled |
property |
core/modules/responsive_image/src/ResponsiveImageConfigUpdater.php |
Flag determining whether deprecations should be triggered. |
ResponsiveImageConfigUpdater::$triggeredDeprecations |
property |
core/modules/responsive_image/src/ResponsiveImageConfigUpdater.php |
Stores which deprecations were triggered. |
ResponsiveImageConfigUpdater::orderMultipliersNumerically |
function |
core/modules/responsive_image/src/ResponsiveImageConfigUpdater.php |
Re-order mappings by breakpoint ID and descending numeric multiplier order. |
ResponsiveImageConfigUpdater::processResponsiveImageField |
function |
core/modules/responsive_image/src/ResponsiveImageConfigUpdater.php |
Processes responsive image type fields. |
ResponsiveImageConfigUpdater::setDeprecationsEnabled |
function |
core/modules/responsive_image/src/ResponsiveImageConfigUpdater.php |
Sets the deprecations enabling status. |
ResponsiveImageLazyLoadUpdateTest |
class |
core/modules/responsive_image/tests/src/Functional/ResponsiveImageLazyLoadUpdateTest.php |
Tests lazy-load upgrade path. |
ResponsiveImageLazyLoadUpdateTest.php |
file |
core/modules/responsive_image/tests/src/Functional/ResponsiveImageLazyLoadUpdateTest.php |
|
ResponsiveImageLazyLoadUpdateTest::setDatabaseDumpFiles |
function |
core/modules/responsive_image/tests/src/Functional/ResponsiveImageLazyLoadUpdateTest.php |
Set database dump files to be used. |
ResponsiveImageLazyLoadUpdateTest::testEntitySave |
function |
core/modules/responsive_image/tests/src/Functional/ResponsiveImageLazyLoadUpdateTest.php |
Test responsive_image_entity_view_display_presave invokes deprecations. |
ResponsiveImageLazyLoadUpdateTest::testUpdate |
function |
core/modules/responsive_image/tests/src/Functional/ResponsiveImageLazyLoadUpdateTest.php |
Test new lazy-load setting upgrade path. |
ResponsiveImageOrderMultipliersNumericallyUpdateTest |
class |
core/modules/responsive_image/tests/src/Functional/ResponsiveImageOrderMultipliersNumericallyUpdateTest.php |
Tests order multipliers numerically upgrade path. |
ResponsiveImageOrderMultipliersNumericallyUpdateTest.php |
file |
core/modules/responsive_image/tests/src/Functional/ResponsiveImageOrderMultipliersNumericallyUpdateTest.php |
|
ResponsiveImageOrderMultipliersNumericallyUpdateTest::setDatabaseDumpFiles |
function |
core/modules/responsive_image/tests/src/Functional/ResponsiveImageOrderMultipliersNumericallyUpdateTest.php |
Set database dump files to be used. |
ResponsiveImageOrderMultipliersNumericallyUpdateTest::testEntitySave |
function |
core/modules/responsive_image/tests/src/Functional/ResponsiveImageOrderMultipliersNumericallyUpdateTest.php |
Test ResponsiveImageStyle::preSave correctly orders by multiplier weight. |
ResponsiveImageOrderMultipliersNumericallyUpdateTest::testUpdate |
function |
core/modules/responsive_image/tests/src/Functional/ResponsiveImageOrderMultipliersNumericallyUpdateTest.php |
Test order multipliers numerically upgrade path. |
responsive_image.post_update.php |
file |
core/modules/responsive_image/responsive_image.post_update.php |
Post update functions for Responsive Image. |
responsive_image_removed_post_updates |
function |
core/modules/responsive_image/responsive_image.post_update.php |
Implements hook_removed_post_updates(). |
rest.post_update.php |
file |
core/modules/rest/rest.post_update.php |
Post update functions for Rest. |
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. |
search.post_update.php |
file |
core/modules/search/search.post_update.php |
Post update functions for Search module. |
SearchBlockPageIdUpdatePathTest |
class |
core/modules/search/tests/src/Functional/Update/SearchBlockPageIdUpdatePathTest.php |
Tests update path for the search block's `page_id` setting from '' to NULL. |
SearchBlockPageIdUpdatePathTest.php |
file |
core/modules/search/tests/src/Functional/Update/SearchBlockPageIdUpdatePathTest.php |
|
SearchBlockPageIdUpdatePathTest::setDatabaseDumpFiles |
function |
core/modules/search/tests/src/Functional/Update/SearchBlockPageIdUpdatePathTest.php |
Set database dump files to be used. |
SearchBlockPageIdUpdatePathTest::testRunUpdates |
function |
core/modules/search/tests/src/Functional/Update/SearchBlockPageIdUpdatePathTest.php |
Tests update path for the search block's `page_id` setting from '' to NULL. |
SearchIndex::updateWordWeights |
function |
core/modules/search/src/SearchIndex.php |
|
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 install. |
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_block_with_empty_page_id |
function |
core/modules/search/search.post_update.php |
Updates Search Blocks' without an explicit `page_id` from '' to NULL. |
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. |