| 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 |
|
| ViewsConfigEntityTestViewsData::getViewsTableForEntityType |
function |
core/modules/views/tests/modules/views_config_entity_test/src/ViewsConfigEntityTestViewsData.php |
|
| 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::$triggeredDeprecations |
property |
core/modules/views/src/ViewsConfigUpdater.php |
Stores which deprecations were triggered. |
| ViewsConfigUpdater::areDeprecationsEnabled |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Whether deprecations are enabled. |
| ViewsConfigUpdater::processDisplayHandlers |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Processes all display handlers. |
| 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 |
Tests Drupal\views\ViewsConfigUpdater. |
| ViewsConfigUpdaterTest |
class |
core/modules/views/tests/src/Functional/ViewsConfigUpdaterTest.php |
Tests the views config updater service. |
| ViewsConfigUpdaterTest.php |
file |
core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php |
|
| ViewsConfigUpdaterTest.php |
file |
core/modules/views/tests/src/Functional/ViewsConfigUpdaterTest.php |
|
| ViewsConfigUpdaterTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/ViewsConfigUpdaterTest.php |
|
| ViewsConfigUpdaterTest::$modules |
property |
core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php |
|
| ViewsConfigUpdaterTest::$modules |
property |
core/modules/views/tests/src/Functional/ViewsConfigUpdaterTest.php |
|
| ViewsConfigUpdaterTest::loadTestView |
function |
core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php |
Loads a test view. |
| ViewsConfigUpdaterTest::setUp |
function |
core/modules/views/tests/src/Functional/ViewsConfigUpdaterTest.php |
|
| ViewsConfigUpdaterTest::testViewsConfigUpdater |
function |
core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php |
Tests ViewsConfigUpdater. |
| ViewsConfigUpdaterTest::testViewsConfigUpdater |
function |
core/modules/views/tests/src/Functional/ViewsConfigUpdaterTest.php |
Tests ViewsConfigUpdater. |
| ViewsFormHelperTrait::getConfigFactory |
function |
core/modules/views/src/ViewsFormHelperTrait.php |
Returns the config factory service. |
| ViewsHooks::fieldConfigDelete |
function |
core/modules/views/src/Hook/ViewsHooks.php |
Implements hook_ENTITY_TYPE_delete() for 'field_config'. |
| ViewsHooks::fieldConfigInsert |
function |
core/modules/views/src/Hook/ViewsHooks.php |
Implements hook_ENTITY_TYPE_insert() for 'field_config'. |
| ViewsHooks::fieldConfigUpdate |
function |
core/modules/views/src/Hook/ViewsHooks.php |
Implements hook_ENTITY_TYPE_update() for 'field_config'. |
| ViewsMenuLinkForm::buildConfigurationForm |
function |
core/modules/views/src/Plugin/Menu/Form/ViewsMenuLinkForm.php |
|
| ViewsSelection::buildConfigurationForm |
function |
core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php |
|
| ViewsSelection::defaultConfiguration |
function |
core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php |
|
| ViewsTestConfigHooks |
class |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
Hook implementations for views_test_config. |
| ViewsTestConfigHooks.php |
file |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
|
| ViewsTestConfigHooks::disableBrokenHandler |
function |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
Helper method to remove broken handler. |
| ViewsTestConfigHooks::viewLoad |
function |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
Implements hook_ENTITY_TYPE_load(). |
| ViewsTestConfigHooks::viewsPluginsAreaAlter |
function |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
Implements hook_views_plugins_area_alter(). |
| ViewsTestConfigHooks::viewsPluginsArgumentAlter |
function |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
Implements hook_views_plugins_argument_alter(). |
| ViewsTestConfigHooks::viewsPluginsFieldAlter |
function |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
Implements hook_views_plugins_field_alter(). |
| ViewsTestConfigHooks::viewsPluginsFilterAlter |
function |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
Implements hook_views_plugins_filter_alter(). |
| ViewsTestConfigHooks::viewsPluginsRelationshipAlter |
function |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
Implements hook_views_plugins_relationship_alter(). |
| ViewsTestConfigHooks::viewsPluginsSortAlter |
function |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
Implements hook_views_plugins_sort_alter(). |
| ViewsTestConfigHooks::viewsPostRender |
function |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
Implements hook_views_post_render(). |
| ViewsTestConfigUpdaterHooks |
class |
core/modules/views/tests/modules/views_test_config_updater/src/Hook/ViewsTestConfigUpdaterHooks.php |
Hooks for the views_test_config_updater module. |
| ViewsTestConfigUpdaterHooks.php |
file |
core/modules/views/tests/modules/views_test_config_updater/src/Hook/ViewsTestConfigUpdaterHooks.php |
|