Search for view
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
View | class | core/ |
Provides a render element to display a view. |
View | class | core/ |
Defines a View configuration entity class. |
View | class | core/ |
Views area handlers. Insert a view inside of an area. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
ViewsHandlerInterface::getTableJoin | function | core/ |
Fetches a handler to join one table to a primary table from the data cache. |
ViewsHandlerInterface::postExecute | function | core/ |
Run after the view is executed, before the result is cached. |
ViewsHandlerInterface::preQuery | function | core/ |
Run before the view is built. |
ViewsHandlerInterface::sanitizeValue | function | core/ |
Sanitize the value for output. |
ViewsHandlerInterface::setRelationship | function | core/ |
Called just prior to query(), this lets a handler set up any relationship it needs. |
ViewsHandlerInterface::showExposeForm | function | core/ |
Shortcut to display the exposed options form. |
ViewsHandlerManager | class | core/ |
Plugin type manager for all views handlers. |
ViewsHandlerManager.php | file | core/ |
|
ViewsHandlerManager::$handlerType | property | core/ |
The handler type. |
ViewsHandlerManager::$viewsData | property | core/ |
The views data cache. |
ViewsHandlerManager::createInstance | function | core/ |
|
ViewsHandlerManager::getFallbackPluginId | function | core/ |
Gets a fallback id for a missing plugin. |
ViewsHandlerManager::getHandler | function | core/ |
Fetches a handler from the data cache. |
ViewsHandlerManager::__construct | function | core/ |
Constructs a ViewsHandlerManager object. |
ViewsHandlerManagerTest | class | core/ |
Tests the ViewsHandlerManager class. |
ViewsHandlerManagerTest.php | file | core/ |
|
ViewsHandlerManagerTest::$factory | property | core/ |
The mocked factory. |
ViewsHandlerManagerTest::$handlerManager | property | core/ |
|
ViewsHandlerManagerTest::$moduleHandler | property | core/ |
|
ViewsHandlerManagerTest::$viewsData | property | core/ |
The mocked views data. |
ViewsHandlerManagerTest::setUp | function | core/ |
|
ViewsHandlerManagerTest::setupMockedFactory | function | core/ |
Setups of the plugin factory. |
ViewsHandlerManagerTest::testAlterHookInvocation | function | core/ |
Tests that hook_views_plugins_TYPE_alter() is invoked for a handler type. |
ViewsHandlerManagerTest::testGetHandlerBaseInformationPropagation | function | core/ |
Tests getHandler() and its base information propagation. |
ViewsHandlerManagerTest::testGetHandlerNoOverride | function | core/ |
Tests getHandler() without an override. |
ViewsHandlerManagerTest::testGetHandlerOverride | function | core/ |
Tests getHandler() with an override. |
ViewsHooksTest | class | core/ |
Tests that views hooks are registered when defined in $module.views.inc. |
ViewsHooksTest.php | file | core/ |
|
ViewsHooksTest::$hooks | property | core/ |
An array of available views hooks to test. |
ViewsHooksTest::$moduleHandler | property | core/ |
The module handler to use for invoking hooks. |
ViewsHooksTest::$testViews | property | core/ |
Views used by this test. |
ViewsHooksTest::setUp | function | core/ |
|
ViewsHooksTest::testHooks | function | core/ |
Tests the hooks. |
ViewsHooksTest::testViewsFormMainFormPreRender | function | core/ |
Tests how hook_views_form_substitutions() makes substitutions. |
ViewsHooksTest::testViewsPreRenderViewsFormViewsForm | function | core/ |
Tests views_pre_render_views_form_views_form() deprecation. |
ViewsIntegrationTest | class | core/ |
Tests the integration of responsive image with Views. |
ViewsIntegrationTest | class | core/ |
Tests the views integration of dblog module. |
ViewsIntegrationTest.php | file | core/ |
|
ViewsIntegrationTest.php | file | core/ |
|
ViewsIntegrationTest::$columnMap | property | core/ |
|
ViewsIntegrationTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ViewsIntegrationTest::$modules | property | core/ |
Modules to enable. |
ViewsIntegrationTest::$modules | property | core/ |
Modules to enable. |
ViewsIntegrationTest::$testViews | property | core/ |
The test views to enable. |
ViewsIntegrationTest::$testViews | property | core/ |
Views to be enabled. |
ViewsIntegrationTest::createLogEntries | function | core/ |
Create a set of log entries. |
ViewsIntegrationTest::RESPONSIVE_IMAGE_STYLE_ID | constant | core/ |
The responsive image style ID to use. |
ViewsIntegrationTest::setUp | function | core/ |
|
ViewsIntegrationTest::setUp | function | core/ |
|
ViewsIntegrationTest::testFiltering | function | core/ |
Test views can be filtered by severity and log type. |
Pagination
- Previous page
- Page 80
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.