Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ViewsDataTest::setUp | function | core/ |
|
| ViewsDataTest::setUpMockCacheBackend | function | core/ |
Reinitializes the cache backend as a mock object. |
| ViewsDataTest::setUpMockChainedFastBackend | function | core/ |
Reinitializes the chained fast cache backend as a mock object. |
| ViewsDataTest::setUpMockModuleHandler | function | core/ |
Reinitializes the module handler as a mock object. |
| ViewsDataTest::setUpMockModuleHandlerWithExpectation | function | core/ |
Reinitializes the module handler as a mock object with an expectation. |
| ViewsDataTest::testCacheCallsWithoutWarmCacheAndGetAllTables | function | core/ |
Tests the cache calls for all views data without a warm cache. |
| ViewsDataTest::testCacheCallsWithoutWarmCacheAndGetMultipleTables | function | core/ |
Tests the cache calls for multiple tables without warm caches. |
| ViewsDataTest::testCacheCallsWithSameTableMultipleTimes | function | core/ |
Tests the cache backend behavior with requesting the same table multiple. |
| ViewsDataTest::testCacheCallsWithSameTableMultipleTimesAndWarmCache | function | core/ |
Tests the cache calls for a single table and warm cache. |
| ViewsDataTest::testCacheCallsWithWarmCacheAndDifferentTable | function | core/ |
Tests the cache calls for a different table than the one in cache. |
| ViewsDataTest::testCacheCallsWithWarmCacheAndGetAllTables | function | core/ |
Tests the cache calls for all views data. |
| ViewsDataTest::testCacheCallsWithWarmCacheAndInvalidTable | function | core/ |
Tests the cache calls for a non-existent table. |
| ViewsDataTest::testCacheCallsWithWarmCacheForInvalidTable | function | core/ |
Tests the cache calls for a non-existent table. |
| ViewsDataTest::testClearResetsFullyLoaded | function | core/ |
Tests that clear() resets the fullyLoaded property. |
| ViewsDataTest::testConcurrentFiberAccess | function | core/ |
Tests that concurrent fibers retrieving views data cache entries correctly. |
| ViewsDataTest::testFetchBaseTables | function | core/ |
Tests the fetchBaseTables() method. |
| ViewsDataTest::testFullAndTableGetCache | function | core/ |
Tests the cache of the full and single table data. |
| ViewsDataTest::testFullGetCache | function | core/ |
Tests the caching of the full views data. |
| ViewsDataTest::testFullyLoadedPreventsRedundantLoading | function | core/ |
Tests that fullyLoaded prevents redundant data loading. |
| ViewsDataTest::testFullyLoadedPropertySetAfterCacheLoad | function | core/ |
Tests that fullyLoaded is TRUE when data is loaded from cache. |
| ViewsDataTest::testFullyLoadedPropertySetAfterDataLoad | function | core/ |
Tests that fullyLoaded is only set to TRUE after data is completely loaded. |
| ViewsDataTest::testFullyLoadedSetByGetMethod | function | core/ |
Tests fullyLoaded with get() method triggering full data load. |
| ViewsDataTest::testGetEmptyKey | function | core/ |
Tests that getting data with an empty key throws an exception. |
| ViewsDataTest::testGetOnFirstCall | function | core/ |
Tests fetching all the views data without a static cache. |
| ViewsDataTest::testNonExistingTableGetCache | function | core/ |
Tests building the views data with a non existing table. |
| ViewsDataTest::testOptionsFieldViewsData | function | core/ |
Tests the option module's implementation of hook_field_views_data(). |
| ViewsDataTest::testSingleTableGetCache | function | core/ |
Tests the caching of the views data for a specific table. |
| ViewsDataTest::testViewsViewsDataIsBackendOverridable | function | core/ |
Tests that the service "views.views_data" is backend-overridable. |
| ViewsDataTest::viewsData | function | core/ |
Returns the views data definition. |
| ViewsDataTest::viewsDataWithProvider | function | core/ |
Returns the views data definition with the provider key. |
| ViewsDisplay | class | core/ |
Defines a Plugin attribute object for views display plugins. |
| ViewsDisplay | class | core/ |
Defines a Plugin annotation object for views display plugins. |
| ViewsDisplay.php | file | core/ |
|
| ViewsDisplay.php | file | core/ |
|
| ViewsDisplay::$admin | property | core/ |
The administrative name of the display. |
| ViewsDisplay::$base | property | core/ |
The base tables on which this display plugin can be used. |
| ViewsDisplay::$contextual_links_locations | property | core/ |
A list of places where contextual links should be added. |
| ViewsDisplay::$help | property | core/ |
A short help string; this is displayed in the views UI. |
| ViewsDisplay::$id | property | core/ |
The plugin ID. |
| ViewsDisplay::$no_ui | property | core/ |
Whether the plugin should be not selectable in the UI. |
| ViewsDisplay::$returns_response | property | core/ |
Whether the display returns a response object. |
| ViewsDisplay::$short_title | property | core/ |
An optional short title used in the views UI. |
| ViewsDisplay::$theme | property | core/ |
The theme function used to render the display's output. |
| ViewsDisplay::$title | property | core/ |
The plugin title used in the views UI. |
| ViewsDisplay::$uses_hook_block | property | core/ |
Does the display plugin provide blocks. |
| ViewsDisplay::$uses_menu_links | property | core/ |
Whether or not to use hook_menu() to register a route. |
| ViewsDisplay::$uses_route | property | core/ |
Does the display plugin registers routes to the route. |
| ViewsDisplay::__construct | function | core/ |
Constructs a views display attribute object. |
| ViewsDisplayExtender | class | core/ |
Defines a Plugin attribute object for views display extender plugins. |
| ViewsDisplayExtender | class | core/ |
Defines a Plugin annotation object for views display extender plugins. |
Pagination
- Previous page
- Page 1580
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.