VariantBase::setConfiguration |
function |
core/lib/Drupal/Core/Display/VariantBase.php |
Sets the configuration for this plugin instance. |
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. |
VendorHardeningPlugin::$config |
property |
composer/Plugin/VendorHardening/VendorHardeningPlugin.php |
Configuration. |
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::$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. |