| 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::needsBlockContentListingEmptyUpdate |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Checks if 'block_content_listing_empty' 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::needsFormatPluralUpdate |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Checks for fields with the format plural option set. |
| ViewsConfigUpdater::needsRememberRolesUpdate |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Checks if 'remember_roles' setting of an exposed filter has disabled roles. |
| ViewsConfigUpdater::needsRssViewModeUpdate |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Checks for views needing a default RSS view mode. |
| ViewsConfigUpdater::needsTableCssClassUpdate |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Checks for table style views needing a default CSS table class value. |
| ViewsConfigUpdater::processBlockContentListingEmptyUpdate |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Processes area plugins and removes block_content_listing_empty. |
| 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::processFieldHandlerWithFormatPlural |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Processes fields with the format plural option set. |
| ViewsConfigUpdater::processRememberRolesUpdate |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Processes filters and removes disabled remember roles. |
| ViewsConfigUpdater::processRssViewModeUpdate |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Processes views and sets the default RSS view mode if necessary. |
| 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 |
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/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::testUpdateRssViewMode |
function |
core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php |
Tests the `needsRssViewModeUpdate` method. |
| ViewsConfigUpdaterTest::testUpdateRssViewModeSkipsOtherType |
function |
core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php |
Tests the `needsRssViewModeUpdate` method. |
| ViewsConfigUpdaterTest::testUpdateRssViewModeWithoutKnownPreviousMode |
function |
core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php |
Tests the `needsRssViewModeUpdate` method. |
| ViewsConfigUpdaterTest::testUpdateRssViewModeWithoutKnownPreviousModeOnSaveHandler |
function |
core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php |
Tests if onSave also updates the view. |
| 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'. |
| 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 |
Form constructor. |
| ViewsSelection::buildConfigurationForm |
function |
core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php |
Form constructor. |
| ViewsSelection::defaultConfiguration |
function |
core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php |
Gets default configuration for this plugin. |
| 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(). |