| ViewsHandlerManager.php |
file |
core/modules/views/src/Plugin/ViewsHandlerManager.php |
|
| ViewsHandlerManager::$handlerType |
property |
core/modules/views/src/Plugin/ViewsHandlerManager.php |
The handler type. |
| ViewsHandlerManager::$viewsData |
property |
core/modules/views/src/Plugin/ViewsHandlerManager.php |
The views data cache. |
| ViewsHandlerManager::createInstance |
function |
core/modules/views/src/Plugin/ViewsHandlerManager.php |
|
| ViewsHandlerManager::getFallbackPluginId |
function |
core/modules/views/src/Plugin/ViewsHandlerManager.php |
|
| ViewsHandlerManager::getHandler |
function |
core/modules/views/src/Plugin/ViewsHandlerManager.php |
Fetches a handler from the data cache. |
| ViewsHandlerManager::__construct |
function |
core/modules/views/src/Plugin/ViewsHandlerManager.php |
Constructs a ViewsHandlerManager object. |
| ViewsHandlerManagerTest |
class |
core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php |
Tests the ViewsHandlerManager class. |
| ViewsHandlerManagerTest.php |
file |
core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php |
|
| ViewsHandlerManagerTest::$factory |
property |
core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php |
The mocked factory. |
| ViewsHandlerManagerTest::$handlerManager |
property |
core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php |
The views handler manager. |
| ViewsHandlerManagerTest::$moduleHandler |
property |
core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php |
The module handler service. |
| ViewsHandlerManagerTest::$viewsData |
property |
core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php |
The mocked views data. |
| ViewsHandlerManagerTest::setUp |
function |
core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php |
|
| ViewsHandlerManagerTest::setupMockedFactory |
function |
core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php |
Setups of the plugin factory. |
| ViewsHandlerManagerTest::setUpMockModuleHandler |
function |
core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php |
Reinitializes the module handler as a mock object. |
| ViewsHandlerManagerTest::setUpMockViewsData |
function |
core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php |
Reinitializes the views data as a mock object. |
| ViewsHandlerManagerTest::testAlterHookInvocation |
function |
core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php |
Tests that hook_views_plugins_TYPE_alter() is invoked for a handler type. |
| ViewsHandlerManagerTest::testGetHandlerBaseInformationPropagation |
function |
core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php |
Tests getHandler() and its base information propagation. |
| ViewsHandlerManagerTest::testGetHandlerNoOverride |
function |
core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php |
Tests getHandler() without an override. |
| ViewsHandlerManagerTest::testGetHandlerOverride |
function |
core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php |
Tests getHandler() with an override. |
| ViewsHooks |
class |
core/themes/admin/src/Hook/ViewsHooks.php |
Provides views related hook implementations. |
| ViewsHooks |
class |
core/themes/default_admin/src/Hook/ViewsHooks.php |
Provides views related hook implementations. |
| ViewsHooks |
class |
core/modules/views/src/Hook/ViewsHooks.php |
Hook implementations for views. |
| ViewsHooks.php |
file |
core/modules/views/src/Hook/ViewsHooks.php |
|
| ViewsHooks.php |
file |
core/themes/admin/src/Hook/ViewsHooks.php |
|
| ViewsHooks.php |
file |
core/themes/default_admin/src/Hook/ViewsHooks.php |
|
| ViewsHooks::baseFieldOverrideDelete |
function |
core/modules/views/src/Hook/ViewsHooks.php |
Implements hook_ENTITY_TYPE_delete(). |
| ViewsHooks::baseFieldOverrideInsert |
function |
core/modules/views/src/Hook/ViewsHooks.php |
Implements hook_ENTITY_TYPE_insert(). |
| ViewsHooks::baseFieldOverrideUpdate |
function |
core/modules/views/src/Hook/ViewsHooks.php |
Implements hook_ENTITY_TYPE_update(). |
| ViewsHooks::blockPresave |
function |
core/modules/views/src/Hook/ViewsHooks.php |
Implements hook_ENTITY_TYPE_presave() for blocks. |
| ViewsHooks::fieldConfigDelete |
function |
core/modules/views/src/Hook/ViewsHooks.php |
Implements hook_ENTITY_TYPE_delete() for 'field_config'. |
| ViewsHooks::fieldConfigInsert |
function |
core/modules/views/src/Hook/ViewsHooks.php |
Implements hook_ENTITY_TYPE_insert() for 'field_config'. |
| ViewsHooks::fieldConfigUpdate |
function |
core/modules/views/src/Hook/ViewsHooks.php |
Implements hook_ENTITY_TYPE_update() for 'field_config'. |
| ViewsHooks::formViewsExposedFormAlter |
function |
core/modules/views/src/Hook/ViewsHooks.php |
Implements hook_form_FORM_ID_alter() for the exposed form. |
| ViewsHooks::help |
function |
core/modules/views/src/Hook/ViewsHooks.php |
Implements hook_help(). |
| ViewsHooks::localTasksAlter |
function |
core/modules/views/src/Hook/ViewsHooks.php |
Implements hook_local_tasks_alter(). |
| ViewsHooks::preRender |
function |
core/themes/admin/src/Hook/ViewsHooks.php |
Implements hook_views_pre_render(). |
| ViewsHooks::queryViewsAlter |
function |
core/modules/views/src/Hook/ViewsHooks.php |
Implements hook_query_TAG_alter(). |
| ViewsHooks::themeSuggestionsCommentAlter |
function |
core/modules/views/src/Hook/ViewsHooks.php |
Implements hook_theme_suggestions_HOOK_alter(). |
| ViewsHooks::themeSuggestionsContainerAlter |
function |
core/modules/views/src/Hook/ViewsHooks.php |
Implements hook_theme_suggestions_HOOK_alter(). |
| ViewsHooks::themeSuggestionsNodeAlter |
function |
core/modules/views/src/Hook/ViewsHooks.php |
Implements hook_theme_suggestions_HOOK_alter(). |
| ViewsHooks::viewPresave |
function |
core/modules/views/src/Hook/ViewsHooks.php |
Implements hook_ENTITY_TYPE_presave(). |
| ViewsHooks::viewsPreRender |
function |
core/modules/views/src/Hook/ViewsHooks.php |
Implements hook_views_pre_render(). |
| ViewsHooks::viewsPreRender |
function |
core/themes/default_admin/src/Hook/ViewsHooks.php |
Implements hook_views_pre_render(). |
| ViewsHooks::viewsQueryTagAlterCondition |
function |
core/modules/views/src/Hook/ViewsHooks.php |
Replaces the substitutions recursive foreach condition. |
| ViewsHooks::viewsUiDisplayTabAlter |
function |
core/themes/admin/src/Hook/ViewsHooks.php |
Implements hook_views_ui_display_tab_alter(). |
| ViewsHooks::viewsUiDisplayTabAlter |
function |
core/themes/default_admin/src/Hook/ViewsHooks.php |
Implements hook_views_ui_display_tab_alter(). |
| ViewsHooks::viewsUiDisplayTopAlter |
function |
core/themes/admin/src/Hook/ViewsHooks.php |
Implements hook_views_ui_display_top_alter(). |
| ViewsHooks::viewsUiDisplayTopAlter |
function |
core/themes/default_admin/src/Hook/ViewsHooks.php |
Implements hook_views_ui_display_top_alter(). |