Search for conf
- Search 7.x for conf
- Search 8.9.x for conf
- Search 10.3.x for conf
- Search 11.x for conf
- Search main for conf
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ViewsConfigDependenciesIntegrationTest::$testViews | property | core/ |
Views to be enabled. |
| ViewsConfigDependenciesIntegrationTest::setUp | function | core/ |
|
| ViewsConfigDependenciesIntegrationTest::testConfigRemovalBaseTable | function | core/ |
Tests uninstalling a module that provides a base table for a View. |
| ViewsConfigDependenciesIntegrationTest::testConfigRemovalRole | function | core/ |
Tests removing a config dependency that deletes the View. |
| ViewsConfigDependenciesIntegrationTest::testImage | function | core/ |
Tests integration with image module. |
| ViewsConfigEntityTest | class | core/ |
Defines a configuration-based entity type used for testing Views data. |
| ViewsConfigEntityTest.php | file | core/ |
|
| ViewsConfigEntityTestViewsData | class | core/ |
Provides a view to override views data for config test entity types. |
| ViewsConfigEntityTestViewsData.php | file | core/ |
|
| ViewsConfigEntityTestViewsData::getViewsData | function | core/ |
Returns views data for the entity type. |
| ViewsConfigEntityTestViewsData::getViewsTableForEntityType | function | core/ |
Gets the table of an entity type to be used as base table in views. |
| ViewsConfigUpdater | class | core/ |
Provides a BC layer for modules providing old configurations. |
| ViewsConfigUpdater.php | file | core/ |
|
| ViewsConfigUpdater::$deprecationsEnabled | property | core/ |
Flag determining whether deprecations should be triggered. |
| ViewsConfigUpdater::$entityFieldManager | property | core/ |
The entity field manager. |
| ViewsConfigUpdater::$entityTypeManager | property | core/ |
The entity type manager. |
| ViewsConfigUpdater::$multivalueBaseFieldsUpdateTableInfo | property | core/ |
An array of helper data for the multivalue base field update. |
| ViewsConfigUpdater::$triggeredDeprecations | property | core/ |
Stores which deprecations were triggered. |
| ViewsConfigUpdater::$typedConfigManager | property | core/ |
The typed config manager. |
| ViewsConfigUpdater::$viewsData | property | core/ |
The views data service. |
| ViewsConfigUpdater::create | function | core/ |
Instantiates a new instance of this class. |
| ViewsConfigUpdater::getMultivalueBaseFieldUpdateTableInfo | function | core/ |
Returns the multivalue base fields update table info. |
| ViewsConfigUpdater::mapOperatorFromSingleToMultiple | function | core/ |
Maps a single operator to a multiple one, if possible. |
| ViewsConfigUpdater::needsEntityLinkUrlUpdate | function | core/ |
Add additional settings to the entity link field. |
| ViewsConfigUpdater::needsImageLazyLoadFieldUpdate | function | core/ |
Add lazy load options to all image type field configurations. |
| ViewsConfigUpdater::needsMultivalueBaseFieldUpdate | function | core/ |
Update field names for multi-value base fields. |
| ViewsConfigUpdater::needsOperatorDefaultsUpdate | function | core/ |
Add additional settings to the entity link field. |
| ViewsConfigUpdater::needsSortFieldIdentifierUpdate | function | core/ |
Updates the sort handlers by adding default sort field identifiers. |
| ViewsConfigUpdater::processDisplayHandlers | function | core/ |
Processes all display handlers. |
| ViewsConfigUpdater::processEntityLinkUrlHandler | function | core/ |
Processes entity link URL fields. |
| ViewsConfigUpdater::processImageLazyLoadFieldHandler | function | core/ |
Processes image type fields. |
| ViewsConfigUpdater::processMultivalueBaseFieldHandler | function | core/ |
Processes handlers affected by the multivalue base field update. |
| ViewsConfigUpdater::processOperatorDefaultsHandler | function | core/ |
Processes operator defaults. |
| ViewsConfigUpdater::processSortFieldIdentifierUpdateHandler | function | core/ |
Processes sort handlers by adding the sort identifier. |
| ViewsConfigUpdater::setDeprecationsEnabled | function | core/ |
Sets the deprecations enabling status. |
| ViewsConfigUpdater::updateAll | function | core/ |
Performs all required updates. |
| ViewsConfigUpdater::__construct | function | core/ |
ViewsConfigUpdater constructor. |
| ViewsConfigUpdaterTest | class | core/ |
@coversDefaultClass \Drupal\views\ViewsConfigUpdater[[api-linebreak]] |
| ViewsConfigUpdaterTest.php | file | core/ |
|
| ViewsConfigUpdaterTest::$configUpdater | property | core/ |
The views config updater. |
| ViewsConfigUpdaterTest::$modules | property | core/ |
Modules to enable. |
| ViewsConfigUpdaterTest::loadTestView | function | core/ |
Loads a test view. |
| ViewsConfigUpdaterTest::setUp | function | core/ |
|
| ViewsConfigUpdaterTest::testNeedsEntityLinkUrlUpdate | function | core/ |
@covers ::needsEntityLinkUrlUpdate[[api-linebreak]] |
| ViewsConfigUpdaterTest::testNeedsEntityLinkUrlUpdateDeprecation | function | core/ |
@covers ::needsEntityLinkUrlUpdate[[api-linebreak]] |
| ViewsConfigUpdaterTest::testNeedsFieldNamesForMultivalueBaseFieldsUpdate | function | core/ |
@covers ::needsMultivalueBaseFieldUpdate[[api-linebreak]] |
| ViewsConfigUpdaterTest::testNeedsFieldNamesForMultivalueBaseUpdateFieldsDeprecation | function | core/ |
@covers ::needsMultivalueBaseFieldUpdate[[api-linebreak]] |
| ViewsConfigUpdaterTest::testNeedsImageLazyLoadFieldUpdate | function | core/ |
@covers ::needsImageLazyLoadFieldUpdate[[api-linebreak]] |
| ViewsConfigUpdaterTest::testNeedsOperatorDefaultsUpdateDeprecation | function | core/ |
@covers ::needsOperatorDefaultsUpdate[[api-linebreak]] |
| ViewsConfigUpdaterTest::testNeedsOperatorUpdateDefaults | function | core/ |
@covers ::needsOperatorDefaultsUpdate[[api-linebreak]] |
Pagination
- Previous page
- Page 113
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.