PagerManager::getUpdatedParameters |
function |
core/lib/Drupal/Core/Pager/PagerManager.php |
|
PagerManagerInterface::getUpdatedParameters |
function |
core/lib/Drupal/Core/Pager/PagerManagerInterface.php |
Gets the URL query parameter array of a pager link. |
PagerManagerTest::testGetUpdatedParameters |
function |
core/tests/Drupal/KernelTests/Core/Pager/PagerManagerTest.php |
@covers ::getUpdatedParameters |
PagerPluginBase::updatePageInfo |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Updates the pager information. |
PasswordCompatibilityUpdateTest |
class |
core/modules/system/tests/src/Functional/Update/PasswordCompatibilityUpdateTest.php |
Tests that users created with Drupal prior to version 10.1.x can still login. |
PasswordCompatibilityUpdateTest.php |
file |
core/modules/system/tests/src/Functional/Update/PasswordCompatibilityUpdateTest.php |
|
PasswordCompatibilityUpdateTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Update/PasswordCompatibilityUpdateTest.php |
The theme to install as the default for testing. |
PasswordCompatibilityUpdateTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/PasswordCompatibilityUpdateTest.php |
Set database dump files to be used. |
PasswordCompatibilityUpdateTest::testPasswordCompatibility |
function |
core/modules/system/tests/src/Functional/Update/PasswordCompatibilityUpdateTest.php |
Tests that the password compatibility is working properly. |
path.post_update.php |
file |
core/modules/path/path.post_update.php |
Post update functions for the path module. |
PathAliasUpdateTest |
class |
core/modules/path_alias/tests/src/Functional/PathAliasUpdateTest.php |
Tests update hooks the path_alias module. |
PathAliasUpdateTest.php |
file |
core/modules/path_alias/tests/src/Functional/PathAliasUpdateTest.php |
|
PathAliasUpdateTest::setDatabaseDumpFiles |
function |
core/modules/path_alias/tests/src/Functional/PathAliasUpdateTest.php |
Set database dump files to be used. |
PathAliasUpdateTest::testPathAliasStatusIndexRemoved |
function |
core/modules/path_alias/tests/src/Functional/PathAliasUpdateTest.php |
Tests path_alias_post_update_drop_path_alias_status_index. |
path_alias.post_update.php |
file |
core/modules/path_alias/path_alias.post_update.php |
Post update functions for Path Alias. |
path_alias_post_update_drop_path_alias_status_index |
function |
core/modules/path_alias/path_alias.post_update.php |
Remove the path_alias__status index. |
path_removed_post_updates |
function |
core/modules/path/path.post_update.php |
Implements hook_removed_post_updates(). |
path_update_last_removed |
function |
core/modules/path/path.install |
Implements hook_update_last_removed(). |
PgsqlDriverLegacyTest::testDeprecationUpdate |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/PgsqlDriverLegacyTest.php |
@covers Drupal\Core\Database\Driver\pgsql\Update |
pgsql_update_10101 |
function |
core/modules/pgsql/pgsql.install |
Update sequences' owner created from serial columns in PostgreSQL. |
PhpPasswordTest::testPasswordNeedsUpdate |
function |
core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php |
Tests a password needs update. |
PostgreSqlSequenceUpdateTest |
class |
core/modules/pgsql/tests/src/Functional/Database/PostgreSqlSequenceUpdateTest.php |
Tests that any unowned sequences created previously have a table owner. |
PostgreSqlSequenceUpdateTest.php |
file |
core/modules/pgsql/tests/src/Functional/Database/PostgreSqlSequenceUpdateTest.php |
|
PostgreSqlSequenceUpdateTest::$connection |
property |
core/modules/pgsql/tests/src/Functional/Database/PostgreSqlSequenceUpdateTest.php |
The database connection to use. |
PostgreSqlSequenceUpdateTest::getSequenceOwner |
function |
core/modules/pgsql/tests/src/Functional/Database/PostgreSqlSequenceUpdateTest.php |
Retrieves the sequence owner object. |
PostgreSqlSequenceUpdateTest::runDbTasks |
function |
core/modules/pgsql/tests/src/Functional/Database/PostgreSqlSequenceUpdateTest.php |
Runs the install database tasks for the driver used by the test runner. |
PostgreSqlSequenceUpdateTest::setDatabaseDumpFiles |
function |
core/modules/pgsql/tests/src/Functional/Database/PostgreSqlSequenceUpdateTest.php |
Set database dump files to be used. |
PostgreSqlSequenceUpdateTest::testPostgreSqlSequenceUpdate |
function |
core/modules/pgsql/tests/src/Functional/Database/PostgreSqlSequenceUpdateTest.php |
Asserts that a newly created sequence has the correct ownership. |
post_update_test_failing.info.yml |
file |
core/modules/system/tests/modules/post_update_test_failing/post_update_test_failing.info.yml |
core/modules/system/tests/modules/post_update_test_failing/post_update_test_failing.info.yml |
post_update_test_failing.post_update.php |
file |
core/modules/system/tests/modules/post_update_test_failing/post_update_test_failing.post_update.php |
Post update functions for test module. |
post_update_test_failing_post_update_exception |
function |
core/modules/system/tests/modules/post_update_test_failing/post_update_test_failing.post_update.php |
Post update that throws an exception. |
ProjectCoreCompatibility::$possibleCoreUpdateVersions |
property |
core/modules/update/src/ProjectCoreCompatibility.php |
Cache of core versions that are available for updates. |
ProjectCoreCompatibility::getPossibleCoreUpdateVersions |
function |
core/modules/update/src/ProjectCoreCompatibility.php |
Gets the core versions that should be considered for compatibility ranges. |
PromoteNode::getFieldsToUpdate |
function |
core/modules/node/src/Plugin/Action/PromoteNode.php |
Gets an array of values to be set. |
QueryFactory::updateConfigKeyStore |
function |
core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php |
Updates or adds lookup data. |
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. |