ViewsThemeHooks |
class |
core/modules/views/src/Hook/ViewsThemeHooks.php |
Hook implementations for views. |
ViewsThemeHooks.php |
file |
core/modules/views/src/Hook/ViewsThemeHooks.php |
|
ViewsThemeHooks::preprocessComment |
function |
core/modules/views/src/Hook/ViewsThemeHooks.php |
Implements hook_preprocess_HOOK(). |
ViewsThemeHooks::preprocessNode |
function |
core/modules/views/src/Hook/ViewsThemeHooks.php |
Implements hook_preprocess_HOOK(). |
ViewsThemeIntegrationTest |
class |
core/modules/views/tests/src/Functional/ViewsThemeIntegrationTest.php |
Tests the Views theme integration. |
ViewsThemeIntegrationTest.php |
file |
core/modules/views/tests/src/Functional/ViewsThemeIntegrationTest.php |
|
ViewsThemeIntegrationTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/ViewsThemeIntegrationTest.php |
The theme to install as the default for testing. |
ViewsThemeIntegrationTest::$modules |
property |
core/modules/views/tests/src/Functional/ViewsThemeIntegrationTest.php |
We need theme_test for testing against test_base_theme and test_subtheme. |
ViewsThemeIntegrationTest::$testViews |
property |
core/modules/views/tests/src/Functional/ViewsThemeIntegrationTest.php |
Views used by this test. |
ViewsThemeIntegrationTest::setUp |
function |
core/modules/views/tests/src/Functional/ViewsThemeIntegrationTest.php |
Sets up the test. |
ViewsThemeIntegrationTest::testThemedViewPage |
function |
core/modules/views/tests/src/Functional/ViewsThemeIntegrationTest.php |
Tests pre_render and post_render hooks in a theme and sub-theme. |
ViewsTokensHooks |
class |
core/modules/views/src/Hook/ViewsTokensHooks.php |
Hook implementations for views. |
ViewsTokensHooks.php |
file |
core/modules/views/src/Hook/ViewsTokensHooks.php |
|
ViewsTokensHooks::tokenInfo |
function |
core/modules/views/src/Hook/ViewsTokensHooks.php |
Implements hook_token_info(). |
ViewsTokensHooks::tokens |
function |
core/modules/views/src/Hook/ViewsTokensHooks.php |
Implements hook_tokens(). |
ViewStorageTest |
class |
core/modules/views/tests/src/Kernel/ViewStorageTest.php |
Tests the CRUD functionality for a view. |
ViewStorageTest.php |
file |
core/modules/views/tests/src/Kernel/ViewStorageTest.php |
|
ViewStorageTest::$configProperties |
property |
core/modules/views/tests/src/Kernel/ViewStorageTest.php |
Properties that should be stored in the configuration. |
ViewStorageTest::$controller |
property |
core/modules/views/tests/src/Kernel/ViewStorageTest.php |
The configuration entity storage. |
ViewStorageTest::$entityType |
property |
core/modules/views/tests/src/Kernel/ViewStorageTest.php |
The entity type definition. |
ViewStorageTest::$testViews |
property |
core/modules/views/tests/src/Kernel/ViewStorageTest.php |
Views used by this test. |
ViewStorageTest::createTests |
function |
core/modules/views/tests/src/Kernel/ViewStorageTest.php |
Tests creating configuration entities. |
ViewStorageTest::displayMethodTests |
function |
core/modules/views/tests/src/Kernel/ViewStorageTest.php |
Tests the display related functions like getDisplaysList(). |
ViewStorageTest::displayTests |
function |
core/modules/views/tests/src/Kernel/ViewStorageTest.php |
Tests adding, saving, and loading displays on configuration entities. |
ViewStorageTest::loadTests |
function |
core/modules/views/tests/src/Kernel/ViewStorageTest.php |
Tests loading configuration entities. |
ViewStorageTest::testConfigurationEntityCRUD |
function |
core/modules/views/tests/src/Kernel/ViewStorageTest.php |
Tests CRUD operations. |
ViewStorageTest::testCreateDuplicate |
function |
core/modules/views/tests/src/Kernel/ViewStorageTest.php |
Tests the createDuplicate() View method. |
ViewStyleHtmlListTest |
class |
core/modules/views/tests/src/Functional/ViewStyleHtmlListTest.php |
Tests the View HTML List style. |
ViewStyleHtmlListTest.php |
file |
core/modules/views/tests/src/Functional/ViewStyleHtmlListTest.php |
|
ViewStyleHtmlListTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/ViewStyleHtmlListTest.php |
The theme to install as the default for testing. |
ViewStyleHtmlListTest::$modules |
property |
core/modules/views/tests/src/Functional/ViewStyleHtmlListTest.php |
Modules to install. |
ViewStyleHtmlListTest::$testViews |
property |
core/modules/views/tests/src/Functional/ViewStyleHtmlListTest.php |
Views used by this test. |
ViewStyleHtmlListTest::setUp |
function |
core/modules/views/tests/src/Functional/ViewStyleHtmlListTest.php |
Sets up the test. |
ViewStyleHtmlListTest::testOrderedList |
function |
core/modules/views/tests/src/Functional/ViewStyleHtmlListTest.php |
Tests ordered list HTML list. |
ViewsUIController |
class |
core/modules/views_ui/src/Controller/ViewsUIController.php |
Returns responses for Views UI routes. |
ViewsUIController.php |
file |
core/modules/views_ui/src/Controller/ViewsUIController.php |
|
ViewsUIController::$viewsData |
property |
core/modules/views_ui/src/Controller/ViewsUIController.php |
Stores the Views data cache object. |
ViewsUIController::ajaxOperation |
function |
core/modules/views_ui/src/Controller/ViewsUIController.php |
Calls a method on a view and reloads the listing page. |
ViewsUIController::autocompleteTag |
function |
core/modules/views_ui/src/Controller/ViewsUIController.php |
Menu callback for Views tag autocompletion. |
ViewsUIController::edit |
function |
core/modules/views_ui/src/Controller/ViewsUIController.php |
Returns the form to edit a view. |
ViewsUIController::reportFields |
function |
core/modules/views_ui/src/Controller/ViewsUIController.php |
Lists all instances of fields on any views. |
ViewsUIController::reportPlugins |
function |
core/modules/views_ui/src/Controller/ViewsUIController.php |
Lists all plugins and what enabled Views use them. |
ViewsUIController::__construct |
function |
core/modules/views_ui/src/Controller/ViewsUIController.php |
Constructs a new \Drupal\views_ui\Controller\ViewsUIController object. |
ViewsUiHooks |
class |
core/modules/views_ui/src/Hook/ViewsUiHooks.php |
Hook implementations for views_ui. |
ViewsUiHooks.php |
file |
core/modules/views_ui/src/Hook/ViewsUiHooks.php |
|
ViewsUiHooks::contextualLinksViewAlter |
function |
core/modules/views_ui/src/Hook/ViewsUiHooks.php |
Implements hook_contextual_links_view_alter(). |
ViewsUiHooks::entityOperation |
function |
core/modules/views_ui/src/Hook/ViewsUiHooks.php |
Implements hook_entity_operation(). |
ViewsUiHooks::entityTypeBuild |
function |
core/modules/views_ui/src/Hook/ViewsUiHooks.php |
Implements hook_entity_type_build(). |
ViewsUiHooks::help |
function |
core/modules/views_ui/src/Hook/ViewsUiHooks.php |
Implements hook_help(). |
ViewsUiHooks::viewsAnalyze |
function |
core/modules/views_ui/src/Hook/ViewsUiHooks.php |
Implements hook_views_analyze(). |