user_removed_post_updates |
function |
core/modules/user/user.post_update.php |
Implements hook_removed_post_updates(). |
user_update_10000 |
function |
core/modules/user/user.install |
Remove non-existent permissions created by migrations. |
user_update_last_removed |
function |
core/modules/user/user.install |
Implements hook_update_last_removed(). |
VendorHardeningPlugin::onPostPackageUpdate |
function |
composer/Plugin/VendorHardening/VendorHardeningPlugin.php |
POST_PACKAGE_UPDATE event handler. |
VendorHardeningPlugin::onPrePackageUpdate |
function |
composer/Plugin/VendorHardening/VendorHardeningPlugin.php |
PRE_PACKAGE_UPDATE event handler. |
views.post_update.php |
file |
core/modules/views/views.post_update.php |
Post update functions for Views. |
views.view.test_entity_id_argument_update.yml |
file |
core/modules/views/tests/fixtures/update/views.view.test_entity_id_argument_update.yml |
core/modules/views/tests/fixtures/update/views.view.test_entity_id_argument_update.yml |
views.view.test_fix_revision_id_update.yml |
file |
core/modules/views/tests/fixtures/update/views.view.test_fix_revision_id_update.yml |
core/modules/views/tests/fixtures/update/views.view.test_fix_revision_id_update.yml |
ViewsAddDefaultPaginationHeaderTest::testViewsPostUpdatePaginationHeadingLevel |
function |
core/modules/views/tests/src/Functional/Update/ViewsAddDefaultPaginationHeaderTest.php |
Tests the upgrade path adding pagination_heading_level. |
ViewsAddMissingLabelsUpdateTest |
class |
core/modules/views/tests/src/Functional/Update/ViewsAddMissingLabelsUpdateTest.php |
Tests the upgrade path for adding missing labels. |
ViewsAddMissingLabelsUpdateTest.php |
file |
core/modules/views/tests/src/Functional/Update/ViewsAddMissingLabelsUpdateTest.php |
|
ViewsAddMissingLabelsUpdateTest::$modules |
property |
core/modules/views/tests/src/Functional/Update/ViewsAddMissingLabelsUpdateTest.php |
|
ViewsAddMissingLabelsUpdateTest::setDatabaseDumpFiles |
function |
core/modules/views/tests/src/Functional/Update/ViewsAddMissingLabelsUpdateTest.php |
|
ViewsAddMissingLabelsUpdateTest::setUp |
function |
core/modules/views/tests/src/Functional/Update/ViewsAddMissingLabelsUpdateTest.php |
|
ViewsAddMissingLabelsUpdateTest::testViewsPostUpdateFixRevisionId |
function |
core/modules/views/tests/src/Functional/Update/ViewsAddMissingLabelsUpdateTest.php |
Tests the upgrade path for adding missing labels. |
ViewsConfigUpdater |
class |
core/modules/views/src/ViewsConfigUpdater.php |
Provides a BC layer for modules providing old configurations. |
ViewsConfigUpdater.php |
file |
core/modules/views/src/ViewsConfigUpdater.php |
|
ViewsConfigUpdater::$deprecationsEnabled |
property |
core/modules/views/src/ViewsConfigUpdater.php |
Flag determining whether deprecations should be triggered. |
ViewsConfigUpdater::$entityFieldManager |
property |
core/modules/views/src/ViewsConfigUpdater.php |
The entity field manager. |
ViewsConfigUpdater::$entityTypeManager |
property |
core/modules/views/src/ViewsConfigUpdater.php |
The entity type manager. |
ViewsConfigUpdater::$formatterPluginManager |
property |
core/modules/views/src/ViewsConfigUpdater.php |
The formatter plugin manager service. |
ViewsConfigUpdater::$multivalueBaseFieldsUpdateTableInfo |
property |
core/modules/views/src/ViewsConfigUpdater.php |
An array of helper data for the multivalue base field update. |
ViewsConfigUpdater::$triggeredDeprecations |
property |
core/modules/views/src/ViewsConfigUpdater.php |
Stores which deprecations were triggered. |
ViewsConfigUpdater::$typedConfigManager |
property |
core/modules/views/src/ViewsConfigUpdater.php |
The typed config manager. |
ViewsConfigUpdater::$viewsData |
property |
core/modules/views/src/ViewsConfigUpdater.php |
The views data service. |
ViewsConfigUpdater::addLabelIfMissing |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Adds a label to views which don't have one. |
ViewsConfigUpdater::create |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Instantiates a new instance of this class. |
ViewsConfigUpdater::needsDefaultArgumentSkipUrlUpdate |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Checks for each view if default_argument_skip_url needs to be removed. |
ViewsConfigUpdater::needsEntityArgumentUpdate |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Checks if 'numeric' arguments should be converted to 'entity_target_id'. |
ViewsConfigUpdater::needsOembedEagerLoadFieldUpdate |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Add eager load option to all oembed type field configurations. |
ViewsConfigUpdater::needsPagerHeadingUpdate |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Checks for each view if pagination_heading_level needs to be added. |
ViewsConfigUpdater::needsRenderedEntityFieldUpdate |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Checks for entity view display cache tags from rendered entity fields. |
ViewsConfigUpdater::needsResponsiveImageLazyLoadFieldUpdate |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Add lazy load options to all responsive_image type field configurations. |
ViewsConfigUpdater::needsRevisionFieldHyphenFix |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Checks each display in a view to see if it needs the hyphen fix. |
ViewsConfigUpdater::needsTaxonomyTermFilterUpdate |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Removes user context from all views using term filter configurations. |
ViewsConfigUpdater::needsTimestampFormatterTimeDiffUpdate |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Updates the timestamp fields settings by adding time diff and tooltip. |
ViewsConfigUpdater::processDefaultArgumentSkipUrlUpdate |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Processes arguments and removes the default_argument_skip_url setting. |
ViewsConfigUpdater::processDefaultPagerHeadingUpdate |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Processes displays and adds pagination_heading_level if necessary. |
ViewsConfigUpdater::processDisplayHandlers |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Processes all display handlers. |
ViewsConfigUpdater::processEntityArgumentUpdate |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Processes arguments and convert 'numeric' to 'entity_target_id' if needed. |
ViewsConfigUpdater::processOembedEagerLoadFieldHandler |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Processes oembed type fields. |
ViewsConfigUpdater::processRenderedEntityFieldHandler |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Processes rendered_entity type fields. |
ViewsConfigUpdater::processResponsiveImageLazyLoadFieldHandler |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Processes responsive_image type fields. |
ViewsConfigUpdater::processRevisionFieldHyphenFix |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Replaces hyphen on historical data (revision) fields. |
ViewsConfigUpdater::processTaxonomyTermFilterHandler |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Processes taxonomy_index_tid type filters. |
ViewsConfigUpdater::processTimestampFormatterTimeDiffUpdateHandler |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Processes timestamp fields settings by adding time diff and tooltip. |
ViewsConfigUpdater::setDeprecationsEnabled |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Sets the deprecations enabling status. |
ViewsConfigUpdater::updateAll |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Performs all required updates. |
ViewsConfigUpdater::__construct |
function |
core/modules/views/src/ViewsConfigUpdater.php |
ViewsConfigUpdater constructor. |
ViewsConfigUpdaterTest |
class |
core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php |
@coversDefaultClass \Drupal\views\ViewsConfigUpdater |