| DisplayFeedTranslationTest::setUp |
function |
core/modules/views/tests/src/Functional/Plugin/DisplayFeedTranslationTest.php |
Sets up the test. |
| DisplayFeedTranslationTest::testFeedFieldOutput |
function |
core/modules/views/tests/src/Functional/Plugin/DisplayFeedTranslationTest.php |
Tests the rendered output for fields display with multiple translations. |
| DisplayKernelTest |
class |
core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php |
Drupal unit tests for the DisplayPluginBase class. |
| DisplayKernelTest.php |
file |
core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php |
|
| DisplayKernelTest::$handlerTypes |
property |
core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php |
Views handler types to test. |
| DisplayKernelTest::$modules |
property |
core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php |
Modules to install. |
| DisplayKernelTest::$pluginTypes |
property |
core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php |
Views plugin types to test. |
| DisplayKernelTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php |
Views used by this test. |
| DisplayKernelTest::testDefaultOptions |
function |
core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php |
Tests the default display options. |
| DisplayKernelTest::testGetPlugin |
function |
core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php |
Tests \Drupal\views\Plugin\views\display\DisplayPluginBase::getPlugin(). |
| DisplayKernelTest::testisIdentifierUnique |
function |
core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php |
Tests the ::isIdentifierUnique method. |
| DisplayModeBundleSelectionTest |
class |
core/modules/field_ui/tests/src/FunctionalJavascript/DisplayModeBundleSelectionTest.php |
Tests the bundle selection for view & form display modes. |
| DisplayModeBundleSelectionTest.php |
file |
core/modules/field_ui/tests/src/FunctionalJavascript/DisplayModeBundleSelectionTest.php |
|
| DisplayModeBundleSelectionTest::$defaultTheme |
property |
core/modules/field_ui/tests/src/FunctionalJavascript/DisplayModeBundleSelectionTest.php |
The theme to install as the default for testing. |
| DisplayModeBundleSelectionTest::$modules |
property |
core/modules/field_ui/tests/src/FunctionalJavascript/DisplayModeBundleSelectionTest.php |
Modules to install. |
| DisplayModeBundleSelectionTest::providerBundleSelection |
function |
core/modules/field_ui/tests/src/FunctionalJavascript/DisplayModeBundleSelectionTest.php |
Data provider for testBundleSelection(). |
| DisplayModeBundleSelectionTest::setUp |
function |
core/modules/field_ui/tests/src/FunctionalJavascript/DisplayModeBundleSelectionTest.php |
|
| DisplayModeBundleSelectionTest::testBundleSelection |
function |
core/modules/field_ui/tests/src/FunctionalJavascript/DisplayModeBundleSelectionTest.php |
Tests the bundle selection. |
| DisplayModeUpdateTest |
class |
core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php |
Ensure display modes are updated when fields are created. |
| DisplayModeUpdateTest.php |
file |
core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php |
|
| DisplayModeUpdateTest::$defaultFormDisplayName |
property |
core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php |
The default form display name. |
| DisplayModeUpdateTest::$defaultViewDisplayName |
property |
core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php |
The default view display name. |
| DisplayModeUpdateTest::$foobarFormDisplayName |
property |
core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php |
The alternate form display name. |
| DisplayModeUpdateTest::$foobarViewDisplayName |
property |
core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php |
The alternate view display name. |
| DisplayModeUpdateTest::setUp |
function |
core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php |
Set the default field storage backend for fields created during tests. |
| DisplayModeUpdateTest::testDisplayModeUpdateAfterFieldCreation |
function |
core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php |
Ensure display modes are updated when fields are created. |
| DisplayNoAreaTest |
class |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayNoAreaTest.php |
Defines a Display test plugin with areas disabled. |
| DisplayNoAreaTest.php |
file |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayNoAreaTest.php |
|
| DisplayNoAreaTest::$usesAreas |
property |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayNoAreaTest.php |
Whether the display allows area plugins. |
| DisplayPageTest |
class |
core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php |
Tests the page display plugin. |
| DisplayPageTest.php |
file |
core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php |
|
| DisplayPageTest::$modules |
property |
core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php |
Modules to install. |
| DisplayPageTest::$routerDumper |
property |
core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php |
The router dumper to get all routes. |
| DisplayPageTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php |
Views used by this test. |
| DisplayPageTest::testDependencies |
function |
core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php |
Tests the calculated dependencies for various views using Page displays. |
| DisplayPageTest::testEmptyRow |
function |
core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php |
Tests the templates with empty rows. |
| DisplayPageTest::testMenuLinks |
function |
core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php |
Tests the generated menu links of views. |
| DisplayPageTest::testPageResponses |
function |
core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php |
Checks the behavior of the page for access denied/not found behaviors. |
| DisplayPageTest::testPageRouterItems |
function |
core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php |
Checks that the router items are properly registered. |
| DisplayPageTest::testReadMore |
function |
core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php |
Tests the 'read more' functionality. |
| DisplayPageWebTest |
class |
core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php |
Tests the views page display plugin. |
| DisplayPageWebTest.php |
file |
core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php |
|
| DisplayPageWebTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php |
The theme to install as the default for testing. |
| DisplayPageWebTest::$modules |
property |
core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php |
Modules to install. |
| DisplayPageWebTest::$testViews |
property |
core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php |
Views used by this test. |
| DisplayPageWebTest::assertPagePath |
function |
core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php |
Tests that we can successfully change a view page display path. |
| DisplayPageWebTest::setUp |
function |
core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php |
Sets up the test. |
| DisplayPageWebTest::testAdminTheme |
function |
core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php |
Tests the 'use_admin_theme' page display option. |
| DisplayPageWebTest::testArguments |
function |
core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php |
Tests arguments. |
| DisplayPageWebTest::testPageDisplayMenu |
function |
core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php |
Tests menu settings of page displays. |