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. Search 11.x for view
  6. 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
ViewsDataTest::testCacheCallsWithWarmCacheForInvalidTable function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests the cache calls for a non-existent table.
ViewsDataTest::testClearResetsFullyLoaded function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests that clear() resets the fullyLoaded property.
ViewsDataTest::testConcurrentFiberAccess function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests that concurrent fibers retrieving views data cache entries correctly.
ViewsDataTest::testFetchBaseTables function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests the fetchBaseTables() method.
ViewsDataTest::testFullAndTableGetCache function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests the cache of the full and single table data.
ViewsDataTest::testFullGetCache function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests the caching of the full views data.
ViewsDataTest::testFullyLoadedPreventsRedundantLoading function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests that fullyLoaded prevents redundant data loading.
ViewsDataTest::testFullyLoadedPropertySetAfterCacheLoad function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests that fullyLoaded is TRUE when data is loaded from cache.
ViewsDataTest::testFullyLoadedPropertySetAfterDataLoad function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests that fullyLoaded is only set to TRUE after data is completely loaded.
ViewsDataTest::testFullyLoadedSetByGetMethod function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests fullyLoaded with get() method triggering full data load.
ViewsDataTest::testGetEmptyKey function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests that getting data with an empty key throws an exception.
ViewsDataTest::testGetOnFirstCall function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests fetching all the views data without a static cache.
ViewsDataTest::testNonExistingTableGetCache function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests building the views data with a non existing table.
ViewsDataTest::testOptionsFieldViewsData function core/modules/options/tests/src/Kernel/Views/ViewsDataTest.php Tests the option module's implementation of hook_field_views_data().
ViewsDataTest::testSingleTableGetCache function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests the caching of the views data for a specific table.
ViewsDataTest::testViewsViewsDataIsBackendOverridable function core/modules/views/tests/src/Kernel/ViewsDataTest.php Tests that the service "views.views_data" is backend-overridable.
ViewsDataTest::viewsData function core/modules/views/tests/src/Unit/ViewsDataTest.php Returns the views data definition.
ViewsDataTest::viewsDataWithProvider function core/modules/views/tests/src/Unit/ViewsDataTest.php Returns the views data definition with the provider key.
ViewsDisplay class core/modules/views/src/Attribute/ViewsDisplay.php Defines a Plugin attribute object for views display plugins.
ViewsDisplay class core/modules/views/src/Annotation/ViewsDisplay.php Defines a Plugin annotation object for views display plugins.
ViewsDisplay.php file core/modules/views/src/Annotation/ViewsDisplay.php
ViewsDisplay.php file core/modules/views/src/Attribute/ViewsDisplay.php
ViewsDisplay::$admin property core/modules/views/src/Annotation/ViewsDisplay.php The administrative name of the display.
ViewsDisplay::$base property core/modules/views/src/Annotation/ViewsDisplay.php The base tables on which this display plugin can be used.
ViewsDisplay::$contextual_links_locations property core/modules/views/src/Annotation/ViewsDisplay.php A list of places where contextual links should be added.
ViewsDisplay::$help property core/modules/views/src/Annotation/ViewsDisplay.php A short help string; this is displayed in the views UI.
ViewsDisplay::$id property core/modules/views/src/Annotation/ViewsDisplay.php The plugin ID.
ViewsDisplay::$no_ui property core/modules/views/src/Annotation/ViewsDisplay.php Whether the plugin should be not selectable in the UI.
ViewsDisplay::$returns_response property core/modules/views/src/Annotation/ViewsDisplay.php Whether the display returns a response object.
ViewsDisplay::$short_title property core/modules/views/src/Annotation/ViewsDisplay.php An optional short title used in the views UI.
ViewsDisplay::$theme property core/modules/views/src/Annotation/ViewsDisplay.php The theme function used to render the display's output.
ViewsDisplay::$title property core/modules/views/src/Annotation/ViewsDisplay.php The plugin title used in the views UI.
ViewsDisplay::$uses_hook_block property core/modules/views/src/Annotation/ViewsDisplay.php Does the display plugin provide blocks.
ViewsDisplay::$uses_menu_links property core/modules/views/src/Annotation/ViewsDisplay.php Whether or not to use hook_menu() to register a route.
ViewsDisplay::$uses_route property core/modules/views/src/Annotation/ViewsDisplay.php Does the display plugin registers routes to the route.
ViewsDisplay::__construct function core/modules/views/src/Attribute/ViewsDisplay.php Constructs a views display attribute object.
ViewsDisplayExtender class core/modules/views/src/Attribute/ViewsDisplayExtender.php Defines a Plugin attribute object for views display extender plugins.
ViewsDisplayExtender class core/modules/views/src/Annotation/ViewsDisplayExtender.php Defines a Plugin annotation object for views display extender plugins.
ViewsDisplayExtender.php file core/modules/views/src/Annotation/ViewsDisplayExtender.php
ViewsDisplayExtender.php file core/modules/views/src/Attribute/ViewsDisplayExtender.php
ViewsDisplayExtender::$help property core/modules/views/src/Annotation/ViewsDisplayExtender.php A short help string; this is displayed in the views UI.
ViewsDisplayExtender::$id property core/modules/views/src/Annotation/ViewsDisplayExtender.php The plugin ID.
ViewsDisplayExtender::$no_ui property core/modules/views/src/Annotation/ViewsDisplayExtender.php Whether or not the plugin is selectable in the UI.
ViewsDisplayExtender::$short_title property core/modules/views/src/Annotation/ViewsDisplayExtender.php An optional short title used in the views UI.
ViewsDisplayExtender::$title property core/modules/views/src/Annotation/ViewsDisplayExtender.php The plugin title used in the views UI.
ViewsDisplayExtender::__construct function core/modules/views/src/Attribute/ViewsDisplayExtender.php Constructs an ViewsDisplayExtender attribute.
ViewSelectionEntityReferenceTest class core/modules/views/tests/src/Kernel/Entity/ViewSelectionEntityReferenceTest.php Tests the ViewSelection EntityReferenceSelection plugin.
ViewSelectionEntityReferenceTest.php file core/modules/views/tests/src/Kernel/Entity/ViewSelectionEntityReferenceTest.php
ViewSelectionEntityReferenceTest::$modules property core/modules/views/tests/src/Kernel/Entity/ViewSelectionEntityReferenceTest.php Modules to install.
ViewSelectionEntityReferenceTest::$testViews property core/modules/views/tests/src/Kernel/Entity/ViewSelectionEntityReferenceTest.php Views used by this test.

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