VariantBase::submitConfigurationForm |
function |
core/lib/Drupal/Core/Display/VariantBase.php |
Form submission handler. |
VariantBase::validateConfigurationForm |
function |
core/lib/Drupal/Core/Display/VariantBase.php |
Form validation handler. |
ViewExecutableTest::$configProperties |
property |
core/modules/views/tests/src/Kernel/ViewExecutableTest.php |
Properties that should be stored in the configuration. |
views.view.test_field_config_translation_filter.yml |
file |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_config_translation_filter.yml |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_config_translation_filter.yml |
ViewsBlock::defaultConfiguration |
function |
core/modules/views/src/Plugin/Block/ViewsBlock.php |
|
ViewsBlock::getConfiguration |
function |
core/modules/views/src/Plugin/Block/ViewsBlock.php |
|
ViewsBlockBase::buildConfigurationForm |
function |
core/modules/views/src/Plugin/Block/ViewsBlockBase.php |
Form constructor. |
ViewsBlockBase::defaultConfiguration |
function |
core/modules/views/src/Plugin/Block/ViewsBlockBase.php |
|
ViewsConfigDependenciesIntegrationTest |
class |
core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php |
Tests integration of views with other modules. |
ViewsConfigDependenciesIntegrationTest.php |
file |
core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php |
|
ViewsConfigDependenciesIntegrationTest::$modules |
property |
core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php |
Modules to install. |
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::$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::needsEntityArgumentUpdate |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Checks if 'numeric' arguments should be converted to 'entity_target_id'. |
ViewsConfigUpdater::needsRememberRolesUpdate |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Checks if 'remember_roles' setting of an exposed filter has disabled roles. |
ViewsConfigUpdater::needsTableCssClassUpdate |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Checks for table style views needing a default CSS table class value. |
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::processRememberRolesUpdate |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Processes filters and removes disabled remember roles. |
ViewsConfigUpdater::processTableCssClassUpdate |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Processes views and adds default CSS table class value if necessary. |
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[[api-linebreak]] |
ViewsConfigUpdaterTest |
class |
core/modules/views/tests/src/Functional/ViewsConfigUpdaterTest.php |
Tests the views config updater service. |
ViewsConfigUpdaterTest.php |
file |
core/modules/views/tests/src/Functional/ViewsConfigUpdaterTest.php |
|
ViewsConfigUpdaterTest.php |
file |
core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php |
|
ViewsConfigUpdaterTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/ViewsConfigUpdaterTest.php |
The theme to install as the default for testing. |
ViewsConfigUpdaterTest::$modules |
property |
core/modules/views/tests/src/Functional/ViewsConfigUpdaterTest.php |
Modules to install. |
ViewsConfigUpdaterTest::$modules |
property |
core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php |
Modules to install. |
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::testDeprecationsFlagPersists |
function |
core/modules/views/tests/src/Functional/ViewsConfigUpdaterTest.php |
Tests the deprecationsEnabled flag persists from post_update to presave. |
ViewsConfigUpdaterTest::testViewsConfigUpdater |
function |
core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php |
Tests ViewsConfigUpdater. |
ViewsDataTest::$configFactory |
property |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
The mocked config factory. |
ViewsHooks::fieldConfigDelete |
function |
core/modules/views/src/Hook/ViewsHooks.php |
Implements hook_ENTITY_TYPE_delete() for 'field_config'. |