| 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. |
| ViewsData |
class |
core/modules/content_moderation/src/ViewsData.php |
Provides the content_moderation views integration. |
| ViewsData |
class |
core/modules/views/src/ViewsData.php |
Class to manage and lazy load cached views data. |
| ViewsData.php |
file |
core/modules/views/src/ViewsData.php |
|
| ViewsData.php |
file |
core/modules/content_moderation/src/ViewsData.php |
|
| ViewsData::$allStorage |
property |
core/modules/views/src/ViewsData.php |
All table storage data loaded from cache. |
| ViewsData::$baseCid |
property |
core/modules/views/src/ViewsData.php |
The base cache ID to use. |
| ViewsData::$cacheBackend |
property |
core/modules/views/src/ViewsData.php |
The cache backend to use. |
| ViewsData::$entityTypeManager |
property |
core/modules/content_moderation/src/ViewsData.php |
The entity type manager. |
| ViewsData::$fullyLoaded |
property |
core/modules/views/src/ViewsData.php |
Whether the data has been fully loaded in this request. |
| ViewsData::$langcode |
property |
core/modules/views/src/ViewsData.php |
The current language code. |
| ViewsData::$languageManager |
property |
core/modules/views/src/ViewsData.php |
The language manager. |
| ViewsData::$moderationInformation |
property |
core/modules/content_moderation/src/ViewsData.php |
The moderation information. |
| ViewsData::$moduleHandler |
property |
core/modules/views/src/ViewsData.php |
Stores a module manager to invoke hooks. |
| ViewsData::$storage |
property |
core/modules/views/src/ViewsData.php |
Table data storage. |
| ViewsData::cacheGet |
function |
core/modules/views/src/ViewsData.php |
Gets data from the cache backend. |
| ViewsData::cacheSet |
function |
core/modules/views/src/ViewsData.php |
Sets data to the cache backend. |
| ViewsData::clear |
function |
core/modules/views/src/ViewsData.php |
Clears the class storage and cache. |
| ViewsData::fetchBaseTables |
function |
core/modules/views/src/ViewsData.php |
Fetches a list of all base tables available. |
| ViewsData::get |
function |
core/modules/views/src/ViewsData.php |
Gets data for a particular table. |
| ViewsData::getAll |
function |
core/modules/views/src/ViewsData.php |
Gets all table data. |
| ViewsData::getData |
function |
core/modules/views/src/ViewsData.php |
Gets all data invoked by hook_views_data(). |
| ViewsData::getViewsData |
function |
core/modules/content_moderation/src/ViewsData.php |
Returns the views data. |
| ViewsData::prepareCid |
function |
core/modules/views/src/ViewsData.php |
Prepares the cache ID by appending a language code. |
| ViewsData::processEntityTypes |
function |
core/modules/views/src/ViewsData.php |
Links tables with 'entity type' to respective generic entity-type tables. |