| 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. |
| 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. |
| 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::create |
function |
core/modules/views_ui/src/Controller/ViewsUIController.php |
Instantiates a new instance of this class. |
| 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. |
| ViewsUiIntegrationTest |
class |
core/modules/media_library/tests/src/FunctionalJavascript/ViewsUiIntegrationTest.php |
Tests Media Library's integration with Views UI. |
| ViewsUiIntegrationTest.php |
file |
core/modules/media_library/tests/src/FunctionalJavascript/ViewsUiIntegrationTest.php |
|
| ViewsUiIntegrationTest::$defaultTheme |
property |
core/modules/media_library/tests/src/FunctionalJavascript/ViewsUiIntegrationTest.php |
The theme to install as the default for testing. |
| ViewsUiIntegrationTest::$modules |
property |
core/modules/media_library/tests/src/FunctionalJavascript/ViewsUiIntegrationTest.php |
Modules to enable. |
| ViewsUiIntegrationTest::setUp |
function |
core/modules/media_library/tests/src/FunctionalJavascript/ViewsUiIntegrationTest.php |
|
| ViewsUiIntegrationTest::testViewsAdmin |
function |
core/modules/media_library/tests/src/FunctionalJavascript/ViewsUiIntegrationTest.php |
Tests that the integration with Views works correctly. |
| ViewsUITourTest |
class |
core/modules/views_ui/tests/src/Functional/ViewsUITourTest.php |
Tests the Views UI tour. |
| ViewsUITourTest.php |
file |
core/modules/views_ui/tests/src/Functional/ViewsUITourTest.php |
|