| ViewsFormAlterTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/ViewsFormAlterTest.php |
The theme to install as the default for testing. |
| ViewsFormAlterTest::$modules |
property |
core/modules/views/tests/src/Functional/ViewsFormAlterTest.php |
Modules to install. |
| ViewsFormAlterTest::testViewsFormAlter |
function |
core/modules/views/tests/src/Functional/ViewsFormAlterTest.php |
Tests hook_form_BASE_FORM_ID_alter for a ViewsForm. |
| ViewsFormMultipleTest |
class |
core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php |
Tests a page with multiple Views forms. |
| ViewsFormMultipleTest.php |
file |
core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php |
|
| ViewsFormMultipleTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php |
The theme to install as the default for testing. |
| ViewsFormMultipleTest::$testViews |
property |
core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php |
Views used by this test. |
| ViewsFormMultipleTest::setUp |
function |
core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php |
Sets up the test. |
| ViewsFormMultipleTest::testViewsFormMultiple |
function |
core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php |
Tests the a page with multiple View forms in it. |
| ViewsFormMultipleTest::viewsData |
function |
core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php |
Returns the views data definition. |
| ViewsFormTest |
class |
core/modules/views/tests/src/Functional/Plugin/ViewsFormTest.php |
Tests Views forms functionality. |
| ViewsFormTest.php |
file |
core/modules/views/tests/src/Functional/Plugin/ViewsFormTest.php |
|
| ViewsFormTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Plugin/ViewsFormTest.php |
The theme to install as the default for testing. |
| ViewsFormTest::$modules |
property |
core/modules/views/tests/src/Functional/Plugin/ViewsFormTest.php |
Modules to install. |
| ViewsFormTest::testFormWrapper |
function |
core/modules/views/tests/src/Functional/Plugin/ViewsFormTest.php |
Tests the Views form wrapper. |
| ViewsFormTestHooks |
class |
core/modules/views/tests/modules/views_form_test/src/Hook/ViewsFormTestHooks.php |
Hook implementations for views_form_test. |
| ViewsFormTestHooks.php |
file |
core/modules/views/tests/modules/views_form_test/src/Hook/ViewsFormTestHooks.php |
|
| ViewsFormTestHooks::formViewsFormMediaMediaPageListAlter |
function |
core/modules/views/tests/modules/views_form_test/src/Hook/ViewsFormTestHooks.php |
Implements hook_form_BASE_FORM_ID_alter(). |
| 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::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. |
| ViewsHooksTest |
class |
core/modules/views/tests/src/Kernel/ViewsHooksTest.php |
Tests that views hooks are registered when defined in $module.views.inc. |
| ViewsHooksTest.php |
file |
core/modules/views/tests/src/Kernel/ViewsHooksTest.php |
|
| ViewsHooksTest::$hooks |
property |
core/modules/views/tests/src/Kernel/ViewsHooksTest.php |
An array of available views hooks to test. |
| ViewsHooksTest::$moduleHandler |
property |
core/modules/views/tests/src/Kernel/ViewsHooksTest.php |
The module handler to use for invoking hooks. |
| ViewsHooksTest::$testViews |
property |
core/modules/views/tests/src/Kernel/ViewsHooksTest.php |
Views used by this test. |
| ViewsHooksTest::$viewStorage |
property |
core/modules/views/tests/src/Kernel/ViewsHooksTest.php |
The view storage. |
| ViewsHooksTest::setUp |
function |
core/modules/views/tests/src/Kernel/ViewsHooksTest.php |
|
| ViewsHooksTest::testHooks |
function |
core/modules/views/tests/src/Kernel/ViewsHooksTest.php |
Tests the hooks. |
| ViewsHooksTest::testViewsFormMainFormPreRender |
function |
core/modules/views/tests/src/Kernel/ViewsHooksTest.php |
Tests how hook_views_form_substitutions() makes substitutions. |
| ViewsHooksTest::testViewsInvalidateCacheOnDelete |
function |
core/modules/views/tests/src/Kernel/ViewsHooksTest.php |
Test that hook_views_invalidate_cache() is called when a view is deleted. |
| ViewsIntegrationTest |
class |
core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php |
Tests the views integration of dblog module. |
| ViewsIntegrationTest |
class |
core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php |
Tests the integration of responsive image with Views. |
| ViewsIntegrationTest |
class |
core/modules/search/tests/src/Functional/views/ViewsIntegrationTest.php |
Tests search integration filters. |
| ViewsIntegrationTest.php |
file |
core/modules/search/tests/src/Functional/views/ViewsIntegrationTest.php |
|
| ViewsIntegrationTest.php |
file |
core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php |
|
| ViewsIntegrationTest.php |
file |
core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php |
|
| ViewsIntegrationTest::$columnMap |
property |
core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php |
|
| ViewsIntegrationTest::$defaultTheme |
property |
core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php |
The theme to install as the default for testing. |
| ViewsIntegrationTest::$defaultTheme |
property |
core/modules/search/tests/src/Functional/views/ViewsIntegrationTest.php |
The theme to install as the default for testing. |
| ViewsIntegrationTest::$modules |
property |
core/modules/search/tests/src/Functional/views/ViewsIntegrationTest.php |
Modules to install. |