| ViewsConfigUpdater::needsMultivalueBaseFieldUpdate |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Update field names for multi-value base fields. |
| ViewsConfigUpdater::needsOperatorDefaultsUpdate |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Add additional settings to the entity link field. |
| ViewsConfigUpdater::processDisplayHandlers |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Processes all display handlers. |
| ViewsConfigUpdater::processEntityLinkUrlHandler |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Processes entity link URL fields. |
| ViewsConfigUpdater::processMultivalueBaseFieldHandler |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Processes handlers affected by the multivalue base field update. |
| ViewsConfigUpdater::processOperatorDefaultsHandler |
function |
core/modules/views/src/ViewsConfigUpdater.php |
Processes operator defaults. |
| 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.php |
file |
core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php |
|
| ViewsConfigUpdaterTest::$configUpdater |
property |
core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php |
The views config updater. |
| ViewsConfigUpdaterTest::$modules |
property |
core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php |
Modules to enable. |
| ViewsConfigUpdaterTest::loadTestView |
function |
core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php |
Loads a test view. |
| ViewsConfigUpdaterTest::setUp |
function |
core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php |
|
| ViewsConfigUpdaterTest::testNeedsEntityLinkUrlUpdate |
function |
core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php |
@covers ::needsEntityLinkUrlUpdate[[api-linebreak]] |
| ViewsConfigUpdaterTest::testNeedsFieldNamesForMultivalueBaseFieldsUpdate |
function |
core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php |
@covers ::needsMultivalueBaseFieldUpdate[[api-linebreak]] |
| ViewsConfigUpdaterTest::testNeedsOperatorUpdateDefaults |
function |
core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php |
@covers ::needsOperatorDefaultsUpdate[[api-linebreak]] |
| ViewsConfigUpdaterTest::testUpdateAll |
function |
core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php |
@covers ::updateAll[[api-linebreak]] |
| ViewsData |
class |
core/modules/views/src/ViewsData.php |
Class to manage and lazy load cached views data. |
| ViewsData |
class |
core/modules/content_moderation/src/ViewsData.php |
Provides the content_moderation views integration. |
| ViewsData.php |
file |
core/modules/content_moderation/src/ViewsData.php |
|
| ViewsData.php |
file |
core/modules/views/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::$skipCache |
property |
core/modules/views/src/ViewsData.php |
Whether or not to skip data caching and rebuild data each time. |
| 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, or all tables. |
| 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. |
| ViewsData::__construct |
function |
core/modules/views/src/ViewsData.php |
Constructs this ViewsData object. |
| ViewsData::__construct |
function |
core/modules/content_moderation/src/ViewsData.php |
Creates a new ViewsData instance. |
| ViewsDataHelper |
class |
core/modules/views/src/ViewsDataHelper.php |
Defines a helper class for stuff related to views data. |
| ViewsDataHelper.php |
file |
core/modules/views/src/ViewsDataHelper.php |
|
| ViewsDataHelper::$data |
property |
core/modules/views/src/ViewsDataHelper.php |
The views data object, containing the cached information. |
| ViewsDataHelper::$fields |
property |
core/modules/views/src/ViewsDataHelper.php |
A prepared list of all fields, keyed by base_table and handler type. |
| ViewsDataHelper::fetchedFieldSort |
function |
core/modules/views/src/ViewsDataHelper.php |
Sort function for fetched fields. |