| 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. |
| ViewsEntitySchemaSubscriber::onEntityTypeUpdate |
function |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
|
| ViewsEntitySchemaSubscriberIntegrationTest::$entityDefinitionUpdateManager |
property |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
The entity definition update manager. |
| ViewsEntitySchemaSubscriberIntegrationTest::assertUpdatedViews |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Checks that the passed-in view IDs were the only ones updated. |
| ViewsEntitySchemaSubscriberIntegrationTest::getUpdatedViewAndDisplay |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Gets a view and its display. |
| ViewsEntitySchemaSubscriberIntegrationTest::testVariousTableUpdates |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests a bunch possible entity definition table updates. |
| ViewsEntitySchemaSubscriberIntegrationTest::testVariousTableUpdatesForRevisionView |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests some possible entity table updates for a revision view. |
| ViewsExposedForm::validateForm |
function |
core/modules/views/src/Form/ViewsExposedForm.php |
|
| ViewsForm::validateForm |
function |
core/modules/views/src/Form/ViewsForm.php |
|
| ViewsFormAjaxHelperTrait::ajaxUpdateForm |
function |
core/modules/views/src/ViewsFormAjaxHelperTrait.php |
Provides a triggering element Ajax callback. |
| ViewsFormBase::validateForm |
function |
core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php |
|
| ViewsFormMainForm::validateForm |
function |
core/modules/views/src/Form/ViewsFormMainForm.php |
|
| ViewsHooks::baseFieldOverrideUpdate |
function |
core/modules/views/src/Hook/ViewsHooks.php |
Implements hook_ENTITY_TYPE_update(). |
| ViewsHooks::fieldConfigUpdate |
function |
core/modules/views/src/Hook/ViewsHooks.php |
Implements hook_ENTITY_TYPE_update() for 'field_config'. |
| ViewsHooksTest::testViewsInvalidateCacheOnDelete |
function |
core/modules/views/tests/src/Kernel/ViewsHooksTest.php |
Test that hook_views_invalidate_cache() is called when a view is deleted. |
| ViewsMenuLink::updateLink |
function |
core/modules/views/src/Plugin/Menu/ViewsMenuLink.php |
|
| ViewsPluginInterface::validate |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Validate that the plugin is correct and can be saved. |
| ViewsPluginInterface::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Validate the options form. |
| ViewsSelection::settingsFormValidate |
function |
core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php |
Element validate; Check View is valid. |
| ViewsSelection::validateReferenceableEntities |
function |
core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php |
|
| 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 |
|
| ViewsTestConfigUpdaterHooks::viewPresave |
function |
core/modules/views/tests/modules/views_test_config_updater/src/Hook/ViewsTestConfigUpdaterHooks.php |
Implements hook_ENTITY_TYPE_presave(). |
| ViewsTestConfigUpdaterHooks::__construct |
function |
core/modules/views/tests/modules/views_test_config_updater/src/Hook/ViewsTestConfigUpdaterHooks.php |
|
| ViewsTestDataErrorForm::validateForm |
function |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php |
|
| ViewsTestDataHooks::viewUpdate |
function |
core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataHooks.php |
Implements hook_ENTITY_TYPE_update() for the 'view' entity type. |
| ViewsTestDataViewsHooks::viewsInvalidateCache |
function |
core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsHooks.php |
Implements hook_views_invalidate_cache(). |
| views_element_validate_tags |
function |
core/modules/views/views.module |
Validation callback for query tags. |
| views_invalidate_cache |
function |
core/modules/views/views.module |
Invalidate the views cache, forcing a rebuild on the next grab of table data. |
| views_post_update_counter_field_not_sortable |
function |
core/modules/views/views.post_update.php |
Clear cache to apply non-sortable counter field change. |
| views_removed_post_updates |
function |
core/modules/views/views.post_update.php |
Implements hook_removed_post_updates(). |