| ViewExecutableTest::testInitMethods |
function |
core/modules/views/tests/src/Kernel/ViewExecutableTest.php |
Tests the initDisplay() and initHandlers() methods. |
| ViewExecutableTest::testProperties |
function |
core/modules/views/tests/src/Kernel/ViewExecutableTest.php |
Tests the accessing of values on the object. |
| ViewExecutableTest::testPropertyMethods |
function |
core/modules/views/tests/src/Kernel/ViewExecutableTest.php |
Tests the setting/getting of properties. |
| ViewExecutableTest::testSerialization |
function |
core/modules/views/tests/src/Kernel/ViewExecutableTest.php |
Tests serialization of the ViewExecutable object. |
| ViewExecutableTest::testSetCurrentPageBeforePreRender |
function |
core/modules/views/tests/src/Unit/ViewExecutableTest.php |
Tests set current page before pre render. |
| ViewExecutableTest::testSetCurrentPageDuringPreRender |
function |
core/modules/views/tests/src/Unit/ViewExecutableTest.php |
Tests set current page during pre render. |
| ViewExecutableTest::testSetDisplayWithInvalidDisplay |
function |
core/modules/views/tests/src/Kernel/ViewExecutableTest.php |
Tests setting a display with an invalid display ID. |
| ViewExecutableTest::testSetItemsPerPageBeforePreRender |
function |
core/modules/views/tests/src/Unit/ViewExecutableTest.php |
Tests set items per page before pre render. |
| ViewExecutableTest::testSetItemsPerPageDuringPreRender |
function |
core/modules/views/tests/src/Unit/ViewExecutableTest.php |
Tests set items per page during pre render. |
| ViewExecutableTest::testSetOffsetBeforePreRender |
function |
core/modules/views/tests/src/Unit/ViewExecutableTest.php |
Tests set offset before pre render. |
| ViewExecutableTest::testSetOffsetDuringPreRender |
function |
core/modules/views/tests/src/Unit/ViewExecutableTest.php |
Tests set offset during pre render. |
| ViewExecutableTest::testValidate |
function |
core/modules/views/tests/src/Kernel/ViewExecutableTest.php |
Tests the validation of display handlers. |
| ViewExecutableTest::testValidateNestedLoops |
function |
core/modules/views/tests/src/Kernel/ViewExecutableTest.php |
Tests that nested loops of the display handlers won't break validation. |
| ViewJsonAnonTest |
class |
core/modules/views/tests/src/Functional/Rest/ViewJsonAnonTest.php |
Tests View Json Anon. |
| ViewJsonAnonTest.php |
file |
core/modules/views/tests/src/Functional/Rest/ViewJsonAnonTest.php |
|
| ViewJsonAnonTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Rest/ViewJsonAnonTest.php |
The theme to install as the default for testing. |
| ViewJsonAnonTest::$format |
property |
core/modules/views/tests/src/Functional/Rest/ViewJsonAnonTest.php |
The format to use in this test. |
| ViewJsonAnonTest::$mimeType |
property |
core/modules/views/tests/src/Functional/Rest/ViewJsonAnonTest.php |
The MIME type that corresponds to $format. |
| ViewJsonBasicAuthTest |
class |
core/modules/views/tests/src/Functional/Rest/ViewJsonBasicAuthTest.php |
Tests View Json Basic Auth. |
| ViewJsonBasicAuthTest.php |
file |
core/modules/views/tests/src/Functional/Rest/ViewJsonBasicAuthTest.php |
|
| ViewJsonBasicAuthTest::$auth |
property |
core/modules/views/tests/src/Functional/Rest/ViewJsonBasicAuthTest.php |
The authentication mechanism to use in this test. |
| ViewJsonBasicAuthTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Rest/ViewJsonBasicAuthTest.php |
The theme to install as the default for testing. |
| ViewJsonBasicAuthTest::$format |
property |
core/modules/views/tests/src/Functional/Rest/ViewJsonBasicAuthTest.php |
The format to use in this test. |
| ViewJsonBasicAuthTest::$mimeType |
property |
core/modules/views/tests/src/Functional/Rest/ViewJsonBasicAuthTest.php |
The MIME type that corresponds to $format. |
| ViewJsonBasicAuthTest::$modules |
property |
core/modules/views/tests/src/Functional/Rest/ViewJsonBasicAuthTest.php |
Modules to install. |
| ViewJsonCookieTest |
class |
core/modules/views/tests/src/Functional/Rest/ViewJsonCookieTest.php |
Tests View Json Cookie. |
| ViewJsonCookieTest.php |
file |
core/modules/views/tests/src/Functional/Rest/ViewJsonCookieTest.php |
|
| ViewJsonCookieTest::$auth |
property |
core/modules/views/tests/src/Functional/Rest/ViewJsonCookieTest.php |
The authentication mechanism to use in this test. |
| ViewJsonCookieTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Rest/ViewJsonCookieTest.php |
The theme to install as the default for testing. |
| ViewJsonCookieTest::$format |
property |
core/modules/views/tests/src/Functional/Rest/ViewJsonCookieTest.php |
The format to use in this test. |
| ViewJsonCookieTest::$mimeType |
property |
core/modules/views/tests/src/Functional/Rest/ViewJsonCookieTest.php |
The MIME type that corresponds to $format. |
| ViewListBuilderTest |
class |
core/modules/views_ui/tests/src/Unit/ViewListBuilderTest.php |
Tests Drupal\views_ui\ViewListBuilder. |
| ViewListBuilderTest.php |
file |
core/modules/views_ui/tests/src/Unit/ViewListBuilderTest.php |
|
| ViewListBuilderTest::testBuildRowEntityList |
function |
core/modules/views_ui/tests/src/Unit/ViewListBuilderTest.php |
Tests the listing of displays on a views list builder. |
| ViewModeTest |
class |
core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/ViewModeTest.php |
Tests D6 view mode source plugin. |
| ViewModeTest |
class |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/ViewModeTest.php |
Tests D7 view mode source plugin. |
| ViewModeTest.php |
file |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/ViewModeTest.php |
|
| ViewModeTest.php |
file |
core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/ViewModeTest.php |
|
| ViewModeTest::$modules |
property |
core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/ViewModeTest.php |
Modules to install. |
| ViewModeTest::$modules |
property |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/ViewModeTest.php |
Modules to install. |
| ViewModeTest::providerSource |
function |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/ViewModeTest.php |
Provides source data for ::testSource. |
| ViewModeTest::providerSource |
function |
core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/ViewModeTest.php |
Provides source data for ::testSource. |
| ViewNonTranslatableEntityTest |
class |
core/modules/views/tests/src/Functional/Entity/ViewNonTranslatableEntityTest.php |
Tests the view creation of non-translatable entities. |
| ViewNonTranslatableEntityTest.php |
file |
core/modules/views/tests/src/Functional/Entity/ViewNonTranslatableEntityTest.php |
|
| ViewNonTranslatableEntityTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Entity/ViewNonTranslatableEntityTest.php |
The theme to install as the default for testing. |
| ViewNonTranslatableEntityTest::$modules |
property |
core/modules/views/tests/src/Functional/Entity/ViewNonTranslatableEntityTest.php |
Modules to install. |
| ViewNonTranslatableEntityTest::testViewNoTranslatableEntity |
function |
core/modules/views/tests/src/Functional/Entity/ViewNonTranslatableEntityTest.php |
Tests displaying a view of non-translatable entities. |
| ViewPageControllerTest |
class |
core/modules/views/tests/src/Unit/Routing/ViewPageControllerTest.php |
Tests Drupal\views\Routing\ViewPageController. |
| ViewPageControllerTest.php |
file |
core/modules/views/tests/src/Unit/Routing/ViewPageControllerTest.php |
|
| ViewPageControllerTest::$defaultRenderArray |
property |
core/modules/views/tests/src/Unit/Routing/ViewPageControllerTest.php |
A render array expected for every page controller render array result. |