Search for conf
Title | Object type | File name | Summary |
---|---|---|---|
ViewsBlock::defaultConfiguration | function | core/ |
|
ViewsBlock::getConfiguration | function | core/ |
|
ViewsBlockBase::buildConfigurationForm | function | core/ |
Form constructor. |
ViewsBlockBase::defaultConfiguration | function | core/ |
|
ViewsConfigDependenciesIntegrationTest | class | core/ |
Tests integration of views with other modules. |
ViewsConfigDependenciesIntegrationTest.php | file | core/ |
|
ViewsConfigDependenciesIntegrationTest::$modules | property | core/ |
Modules to install. |
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::$formatterPluginManager | property | core/ |
The formatter plugin manager service. |
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::addLabelIfMissing | function | core/ |
Adds a label to views which don't have one. |
ViewsConfigUpdater::create | function | core/ |
Instantiates a new instance of this class. |
ViewsConfigUpdater::needsDefaultArgumentSkipUrlUpdate | function | core/ |
Checks for each view if default_argument_skip_url needs to be removed. |
ViewsConfigUpdater::needsEntityArgumentUpdate | function | core/ |
Checks if 'numeric' arguments should be converted to 'entity_target_id'. |
ViewsConfigUpdater::needsOembedEagerLoadFieldUpdate | function | core/ |
Add eager load option to all oembed type field configurations. |
ViewsConfigUpdater::needsPagerHeadingUpdate | function | core/ |
Checks for each view if pagination_heading_level needs to be added. |
ViewsConfigUpdater::needsRenderedEntityFieldUpdate | function | core/ |
Checks for entity view display cache tags from rendered entity fields. |
ViewsConfigUpdater::needsResponsiveImageLazyLoadFieldUpdate | function | core/ |
Add lazy load options to all responsive_image type field configurations. |
ViewsConfigUpdater::needsRevisionFieldHyphenFix | function | core/ |
Checks each display in a view to see if it needs the hyphen fix. |
ViewsConfigUpdater::needsTaxonomyTermFilterUpdate | function | core/ |
Removes user context from all views using term filter configurations. |
ViewsConfigUpdater::needsTimestampFormatterTimeDiffUpdate | function | core/ |
Updates the timestamp fields settings by adding time diff and tooltip. |
ViewsConfigUpdater::processDefaultArgumentSkipUrlUpdate | function | core/ |
Processes arguments and removes the default_argument_skip_url setting. |
ViewsConfigUpdater::processDefaultPagerHeadingUpdate | function | core/ |
Processes displays and adds pagination_heading_level if necessary. |
ViewsConfigUpdater::processDisplayHandlers | function | core/ |
Processes all display handlers. |
ViewsConfigUpdater::processEntityArgumentUpdate | function | core/ |
Processes arguments and convert 'numeric' to 'entity_target_id' if needed. |
ViewsConfigUpdater::processOembedEagerLoadFieldHandler | function | core/ |
Processes oembed type fields. |
ViewsConfigUpdater::processRenderedEntityFieldHandler | function | core/ |
Processes rendered_entity type fields. |
ViewsConfigUpdater::processResponsiveImageLazyLoadFieldHandler | function | core/ |
Processes responsive_image type fields. |
ViewsConfigUpdater::processRevisionFieldHyphenFix | function | core/ |
Replaces hyphen on historical data (revision) fields. |
ViewsConfigUpdater::processTaxonomyTermFilterHandler | function | core/ |
Processes taxonomy_index_tid type filters. |
ViewsConfigUpdater::processTimestampFormatterTimeDiffUpdateHandler | function | core/ |
Processes timestamp fields settings by adding time diff and tooltip. |
ViewsConfigUpdater::setDeprecationsEnabled | function | core/ |
Sets the deprecations enabling status. |
Pagination
- Previous page
- Page 120
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.