Search for view

  1. Search 7.x for view
  2. Search 9.5.x for view
  3. Search 8.9.x for view
  4. Search 10.3.x for view
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
View class core/modules/views/src/Element/View.php Provides a render element to display a view.
View class core/modules/views/src/Entity/View.php Defines a View configuration entity class.
View class core/modules/views/src/Plugin/views/area/View.php Views area handlers. Insert a view inside of an area.

All search results

Title Object type File name Summary
ViewsBlockTest::testGetPreviewFallbackString function core/modules/views/tests/src/Kernel/Plugin/ViewsBlockTest.php Tests that ViewsBlock::getPreviewFallbackString() produces the right value.
ViewsBlockTest::testMachineNameSuggestion function core/modules/views/tests/src/Kernel/Plugin/ViewsBlockTest.php Tests that ViewsBlock::getMachineNameSuggestion() produces the right value.
ViewsBlockTest::testOperationLinks function core/modules/views_ui/tests/src/Kernel/ViewsBlockTest.php Tests the editing links for ViewsBlockBase.
ViewsBlockTest::testSaveBlockWithDeprecatedItemsPerPageSetting function core/modules/views/tests/src/Kernel/Plugin/ViewsBlockTest.php Tests that saving a Views block with items_per_page = `none` is deprecated.
ViewsBulkTest class core/modules/views/tests/src/Functional/Plugin/ViewsBulkTest.php Tests views bulk operation selection.
ViewsBulkTest.php file core/modules/views/tests/src/Functional/Plugin/ViewsBulkTest.php
ViewsBulkTest::$adminUser property core/modules/views/tests/src/Functional/Plugin/ViewsBulkTest.php An admin user.
ViewsBulkTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/ViewsBulkTest.php The theme to install as the default for testing.
ViewsBulkTest::$modules property core/modules/views/tests/src/Functional/Plugin/ViewsBulkTest.php Modules to install.
ViewsBulkTest::setUp function core/modules/views/tests/src/Functional/Plugin/ViewsBulkTest.php Sets up the test.
ViewsBulkTest::testBulkSelection function core/modules/views/tests/src/Functional/Plugin/ViewsBulkTest.php Tests bulk selection.
ViewsCache class core/modules/views/src/Annotation/ViewsCache.php Defines a Plugin annotation object for views cache plugins.
ViewsCache class core/modules/views/src/Attribute/ViewsCache.php Defines a views cache plugins type attribute for plugin discovery.
ViewsCache.php file core/modules/views/src/Attribute/ViewsCache.php
ViewsCache.php file core/modules/views/src/Annotation/ViewsCache.php
ViewsCache::$base property core/modules/views/src/Annotation/ViewsCache.php The base tables on which this cache plugin can be used.
ViewsCache::$display_types property core/modules/views/src/Annotation/ViewsCache.php The types of the display this plugin can be used with.
ViewsCache::$help property core/modules/views/src/Annotation/ViewsCache.php A short help string; this is displayed in the views UI.
ViewsCache::$id property core/modules/views/src/Annotation/ViewsCache.php The plugin ID.
ViewsCache::$no_ui property core/modules/views/src/Annotation/ViewsCache.php Whether the plugin should be not selectable in the UI.
ViewsCache::$short_title property core/modules/views/src/Annotation/ViewsCache.php An optional short title used in the views UI.
ViewsCache::$title property core/modules/views/src/Annotation/ViewsCache.php The plugin title used in the views UI.
ViewsCache::__construct function core/modules/views/src/Attribute/ViewsCache.php Constructs a ViewsCache attribute.
ViewsConfigDependenciesIntegrationTest class core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php Tests integration of views with other modules.
ViewsConfigDependenciesIntegrationTest.php file core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php
ViewsConfigDependenciesIntegrationTest::$modules property core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php Modules to install.
ViewsConfigDependenciesIntegrationTest::$testViews property core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php Views to be enabled.
ViewsConfigDependenciesIntegrationTest::setUp function core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php
ViewsConfigDependenciesIntegrationTest::testConfigRemovalBaseTable function core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php Tests uninstalling a module that provides a base table for a View.
ViewsConfigDependenciesIntegrationTest::testConfigRemovalRole function core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php Tests removing a config dependency that deletes the View.
ViewsConfigDependenciesIntegrationTest::testImage function core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php Tests integration with image module.
ViewsConfigEntityTest class core/modules/views/tests/modules/views_config_entity_test/src/Entity/ViewsConfigEntityTest.php Defines a configuration-based entity type used for testing Views data.
ViewsConfigEntityTest.php file core/modules/views/tests/modules/views_config_entity_test/src/Entity/ViewsConfigEntityTest.php
ViewsConfigEntityTestViewsData class core/modules/views/tests/modules/views_config_entity_test/src/ViewsConfigEntityTestViewsData.php Provides a view to override views data for config test entity types.
ViewsConfigEntityTestViewsData.php file core/modules/views/tests/modules/views_config_entity_test/src/ViewsConfigEntityTestViewsData.php
ViewsConfigEntityTestViewsData::getViewsData function core/modules/views/tests/modules/views_config_entity_test/src/ViewsConfigEntityTestViewsData.php Returns views data for the entity type.
ViewsConfigEntityTestViewsData::getViewsTableForEntityType function core/modules/views/tests/modules/views_config_entity_test/src/ViewsConfigEntityTestViewsData.php Gets the table of an entity type to be used as base table in views.
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::needsBlockContentListingEmptyUpdate function core/modules/views/src/ViewsConfigUpdater.php Checks if 'block_content_listing_empty' needs to be removed.
ViewsConfigUpdater::needsEntityArgumentUpdate function core/modules/views/src/ViewsConfigUpdater.php Checks if 'numeric' arguments should be converted to 'entity_target_id'.
ViewsConfigUpdater::needsFormatPluralUpdate function core/modules/views/src/ViewsConfigUpdater.php Checks for fields with the format plural option set.
ViewsConfigUpdater::needsRememberRolesUpdate function core/modules/views/src/ViewsConfigUpdater.php Checks if 'remember_roles' setting of an exposed filter has disabled roles.
ViewsConfigUpdater::needsRssViewModeUpdate function core/modules/views/src/ViewsConfigUpdater.php Checks for views needing a default RSS view mode.
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.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.