Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ViewsHandlerInterface::broken | function | core/ |
Determines if the handler is considered 'broken'. |
| ViewsHandlerInterface::ensureMyTable | function | core/ |
Ensures that the main table for this handler is in the query. |
| ViewsHandlerInterface::getEntityType | function | core/ |
Determines the entity type used by this handler. |
| ViewsHandlerInterface::getField | function | core/ |
Shortcut to get a handler's raw field value. |
| ViewsHandlerInterface::getJoin | function | core/ |
Get the join object that should be used for this handler. |
| 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/ |
Sets up any needed relationship. |
| 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/ |
Creates a plugin instance based on the provided ID and configuration. |
| 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/ |
The views handler manager. |
| ViewsHandlerManagerTest::$moduleHandler | property | core/ |
The module handler service. |
| ViewsHandlerManagerTest::$viewsData | property | core/ |
The mocked views data. |
| ViewsHandlerManagerTest::setUp | function | core/ |
|
| ViewsHandlerManagerTest::setupMockedFactory | function | core/ |
Setups of the plugin factory. |
| ViewsHandlerManagerTest::setUpMockModuleHandler | function | core/ |
Reinitializes the module handler as a mock object. |
| ViewsHandlerManagerTest::setUpMockViewsData | function | core/ |
Reinitializes the views data as a mock object. |
| 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. |
| ViewsHooks | class | core/ |
Hook implementations for views. |
| ViewsHooks | class | core/ |
Provides views related hook implementations. |
| ViewsHooks | class | core/ |
Provides views related hook implementations. |
| ViewsHooks.php | file | core/ |
|
| ViewsHooks.php | file | core/ |
|
| ViewsHooks.php | file | core/ |
|
| ViewsHooks::baseFieldOverrideDelete | function | core/ |
Implements hook_ENTITY_TYPE_delete(). |
| ViewsHooks::baseFieldOverrideInsert | function | core/ |
Implements hook_ENTITY_TYPE_insert(). |
| ViewsHooks::baseFieldOverrideUpdate | function | core/ |
Implements hook_ENTITY_TYPE_update(). |
| ViewsHooks::blockPresave | function | core/ |
Implements hook_ENTITY_TYPE_presave() for blocks. |
| ViewsHooks::fieldConfigDelete | function | core/ |
Implements hook_ENTITY_TYPE_delete() for 'field_config'. |
| ViewsHooks::fieldConfigInsert | function | core/ |
Implements hook_ENTITY_TYPE_insert() for 'field_config'. |
| ViewsHooks::fieldConfigUpdate | function | core/ |
Implements hook_ENTITY_TYPE_update() for 'field_config'. |
| ViewsHooks::formViewsExposedFormAlter | function | core/ |
Implements hook_form_FORM_ID_alter() for the exposed form. |
| ViewsHooks::help | function | core/ |
Implements hook_help(). |
| ViewsHooks::localTasksAlter | function | core/ |
Implements hook_local_tasks_alter(). |
| ViewsHooks::preRender | function | core/ |
Implements hook_views_pre_render(). |
Pagination
- Previous page
- Page 1810
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.