ViewsTestCacheContextFilter::query |
function |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/ViewsTestCacheContextFilter.php |
Add this filter to the query. |
ViewsTestDataController |
class |
core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestDataController.php |
Controller class for views_test_data callbacks. |
ViewsTestDataController.php |
file |
core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestDataController.php |
|
ViewsTestDataController::errorFormPage |
function |
core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestDataController.php |
Renders an error form page. |
ViewsTestDataController::placeholderLazyBuilder |
function |
core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestDataController.php |
#lazy_builder callback; for testing purposes only. |
ViewsTestDataController::preRender |
function |
core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestDataController.php |
Tests pre_render function. |
ViewsTestDataController::trustedCallbacks |
function |
core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestDataController.php |
Lists the trusted callbacks provided by the implementing class. |
ViewsTestDataElementEmbedForm |
class |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php |
Simple form page callback to test the view element. |
ViewsTestDataElementEmbedForm.php |
file |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php |
|
ViewsTestDataElementEmbedForm::buildForm |
function |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php |
Form constructor. |
ViewsTestDataElementEmbedForm::getFormId |
function |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php |
Returns a unique string identifying the form. |
ViewsTestDataElementEmbedForm::submitForm |
function |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php |
Form submission handler. |
ViewsTestDataElementForm |
class |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php |
Simple form page callback to test the view element. |
ViewsTestDataElementForm.php |
file |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php |
|
ViewsTestDataElementForm::buildForm |
function |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php |
Form constructor. |
ViewsTestDataElementForm::getFormId |
function |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php |
Returns a unique string identifying the form. |
ViewsTestDataElementForm::submitForm |
function |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php |
Form submission handler. |
ViewsTestDataErrorForm |
class |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php |
Implements a test form that has a validation error. |
ViewsTestDataErrorForm.php |
file |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php |
|
ViewsTestDataErrorForm::buildForm |
function |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php |
Form constructor. |
ViewsTestDataErrorForm::getFormId |
function |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php |
Returns a unique string identifying the form. |
ViewsTestDataErrorForm::submitForm |
function |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php |
Form submission handler. |
ViewsTestDataErrorForm::validateForm |
function |
core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php |
Form validation handler. |
ViewsTestEntity |
class |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Generic entity class for our test entity types. |
ViewsTestEntity::$mockedBaseFieldDefinitions |
property |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
The mocked base fields for test entity types. |
ViewsTestEntity::baseFieldDefinitions |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Provides base field definitions for an entity type. |
ViewsTestEntity::setMockedBaseFieldDefinitions |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Sets up the mocked base field definitions. |
ViewsTestFormMultipleController |
class |
core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestFormMultipleController.php |
Controller routines for views form multiple test routes. |
ViewsTestFormMultipleController.php |
file |
core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestFormMultipleController.php |
|
ViewsTestFormMultipleController::testPage |
function |
core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestFormMultipleController.php |
Returns a test page having test_form_multiple view embedded twice. |
ViewsTestRenderCacheController |
class |
core/modules/views/tests/modules/views_test_render_cache/src/Controller/ViewsTestRenderCacheController.php |
Provides route responses. |
ViewsTestRenderCacheController.php |
file |
core/modules/views/tests/modules/views_test_render_cache/src/Controller/ViewsTestRenderCacheController.php |
|
ViewsTestRenderCacheController::double |
function |
core/modules/views/tests/modules/views_test_render_cache/src/Controller/ViewsTestRenderCacheController.php |
Returns the same block rendered twice with different arguments. |
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_basetheme 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. |
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. |