ViewsConfigDependenciesIntegrationTest.php |
file |
core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php |
|
ViewsConfigDependenciesIntegrationTest::$modules |
property |
core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php |
Modules to enable. |
ViewsConfigDependenciesIntegrationTest::$testViews |
property |
core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php |
Views to be enabled. |
ViewsConfigDependenciesIntegrationTest::setUp |
function |
core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php |
|
ViewsConfigDependenciesIntegrationTest::testConfigRemovalBaseTable |
function |
core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php |
Tests uninstalling a module that provides a base table for a View. |
ViewsConfigDependenciesIntegrationTest::testConfigRemovalRole |
function |
core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php |
Tests removing a config dependency that deletes the View. |
ViewsConfigDependenciesIntegrationTest::testImage |
function |
core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php |
Tests integration with image module. |
ViewsConfigEntityTest |
class |
core/modules/views/tests/modules/views_config_entity_test/src/Entity/ViewsConfigEntityTest.php |
Defines a configuration-based entity type used for testing Views data. |
ViewsConfigEntityTest.php |
file |
core/modules/views/tests/modules/views_config_entity_test/src/Entity/ViewsConfigEntityTest.php |
|
ViewsConfigEntityTestViewsData |
class |
core/modules/views/tests/modules/views_config_entity_test/src/ViewsConfigEntityTestViewsData.php |
Provides a view to override views data for config test entity types. |
ViewsConfigEntityTestViewsData.php |
file |
core/modules/views/tests/modules/views_config_entity_test/src/ViewsConfigEntityTestViewsData.php |
|
ViewsConfigEntityTestViewsData::getViewsData |
function |
core/modules/views/tests/modules/views_config_entity_test/src/ViewsConfigEntityTestViewsData.php |
Returns views data for the entity type. |
ViewsConfigEntityTestViewsData::getViewsTableForEntityType |
function |
core/modules/views/tests/modules/views_config_entity_test/src/ViewsConfigEntityTestViewsData.php |
Gets the table of an entity type to be used as base table in views. |
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::$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::create |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Instantiates a new instance of this class. |
ViewsConfigUpdater::getMultivalueBaseFieldUpdateTableInfo |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Returns the multivalue base fields update table info. |
ViewsConfigUpdater::mapOperatorFromSingleToMultiple |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Maps a single operator to a multiple one, if possible. |
ViewsConfigUpdater::needsEntityLinkUrlUpdate |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Add additional settings to the entity link field. |
ViewsConfigUpdater::needsImageLazyLoadFieldUpdate |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Add lazy load options to all image type field configurations. |
ViewsConfigUpdater::needsMultivalueBaseFieldUpdate |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Update field names for multi-value base fields. |
ViewsConfigUpdater::needsOperatorDefaultsUpdate |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Add additional settings to the entity link field. |
ViewsConfigUpdater::needsSortFieldIdentifierUpdate |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Updates the sort handlers by adding default sort field identifiers. |
ViewsConfigUpdater::processDisplayHandlers |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Processes all display handlers. |
ViewsConfigUpdater::processEntityLinkUrlHandler |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Processes entity link URL fields. |
ViewsConfigUpdater::processImageLazyLoadFieldHandler |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Processes image type fields. |
ViewsConfigUpdater::processMultivalueBaseFieldHandler |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Processes handlers affected by the multivalue base field update. |
ViewsConfigUpdater::processOperatorDefaultsHandler |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Processes operator defaults. |
ViewsConfigUpdater::processSortFieldIdentifierUpdateHandler |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Processes sort handlers by adding the sort identifier. |
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 |
ViewsConfigUpdaterTest.php |
file |
core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php |
|
ViewsConfigUpdaterTest::$configUpdater |
property |
core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php |
The views config updater. |
ViewsConfigUpdaterTest::$modules |
property |
core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php |
Modules to enable. |
ViewsConfigUpdaterTest::loadTestView |
function |
core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php |
Loads a test view. |
ViewsConfigUpdaterTest::setUp |
function |
core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php |
|
ViewsConfigUpdaterTest::testNeedsEntityLinkUrlUpdate |
function |
core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php |
@covers ::needsEntityLinkUrlUpdate |
ViewsConfigUpdaterTest::testNeedsEntityLinkUrlUpdateDeprecation |
function |
core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php |
@covers ::needsEntityLinkUrlUpdate |
ViewsConfigUpdaterTest::testNeedsFieldNamesForMultivalueBaseFieldsUpdate |
function |
core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php |
@covers ::needsMultivalueBaseFieldUpdate |
ViewsConfigUpdaterTest::testNeedsFieldNamesForMultivalueBaseUpdateFieldsDeprecation |
function |
core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php |
@covers ::needsMultivalueBaseFieldUpdate |
ViewsConfigUpdaterTest::testNeedsImageLazyLoadFieldUpdate |
function |
core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php |
@covers ::needsImageLazyLoadFieldUpdate |