| ViewsEntitySchemaSubscriberIntegrationTest::$modules |
property |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Modules to install. |
| ViewsEntitySchemaSubscriberIntegrationTest::$state |
property |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
The state service. |
| ViewsEntitySchemaSubscriberIntegrationTest::$testViews |
property |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Views used by this test. |
| ViewsEntitySchemaSubscriberIntegrationTest::assertUpdatedViews |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Checks that the passed-in view IDs were the only ones updated. |
| ViewsEntitySchemaSubscriberIntegrationTest::getUpdatedViewAndDisplay |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Gets a view and its display. |
| ViewsEntitySchemaSubscriberIntegrationTest::setUp |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
|
| ViewsEntitySchemaSubscriberIntegrationTest::testBaseTableRename |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests that renaming base tables adapts the views. |
| ViewsEntitySchemaSubscriberIntegrationTest::testBrokenView |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests that broken views are handled gracefully. |
| ViewsEntitySchemaSubscriberIntegrationTest::testDataTableAddition |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests that adding data tables adapts the views. |
| ViewsEntitySchemaSubscriberIntegrationTest::testDataTableRename |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests that renaming data tables adapts the views. |
| ViewsEntitySchemaSubscriberIntegrationTest::testDeleteEntityType |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests that views are disabled when an entity type is deleted. |
| ViewsEntitySchemaSubscriberIntegrationTest::testRevisionBaseTableRename |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests that renaming revision tables adapts the views. |
| ViewsEntitySchemaSubscriberIntegrationTest::testRevisionDataTableRename |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests that renaming revision tables adapts the views. |
| ViewsEntitySchemaSubscriberIntegrationTest::testRevisionDisabling |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests that removing revision support disables the view. |
| ViewsEntitySchemaSubscriberIntegrationTest::testRevisionEnabling |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests that enabling revisions doesn't do anything. |
| ViewsEntitySchemaSubscriberIntegrationTest::testVariousTableUpdates |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests a bunch possible entity definition table updates. |
| ViewsEntitySchemaSubscriberIntegrationTest::testVariousTableUpdatesForRevisionView |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests some possible entity table updates for a revision view. |
| ViewsEntitySchemaSubscriberIntegrationTest::testViewSaveException |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests the case when a view could not be updated automatically. |
| ViewsEscapingTest |
class |
core/modules/views/tests/src/Functional/ViewsEscapingTest.php |
Tests output of Views. |
| ViewsEscapingTest.php |
file |
core/modules/views/tests/src/Functional/ViewsEscapingTest.php |
|
| ViewsEscapingTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/ViewsEscapingTest.php |
The theme to install as the default for testing. |
| ViewsEscapingTest::$modules |
property |
core/modules/views/tests/src/Functional/ViewsEscapingTest.php |
We need theme_test for testing against test_basetheme and test_subtheme. |
| ViewsEscapingTest::$testViews |
property |
core/modules/views/tests/src/Functional/ViewsEscapingTest.php |
Views used by this test. |
| ViewsEscapingTest::setUp |
function |
core/modules/views/tests/src/Functional/ViewsEscapingTest.php |
Sets up the test. |
| ViewsEscapingTest::testViewsFieldHeaderEscaping |
function |
core/modules/views/tests/src/Functional/ViewsEscapingTest.php |
Tests for incorrectly escaped markup in a header label on a display table. |
| ViewsEscapingTest::testViewsViewFieldsEscaping |
function |
core/modules/views/tests/src/Functional/ViewsEscapingTest.php |
Tests for incorrectly escaped markup in the views-view-fields.html.twig. |
| ViewsFixRevisionIdUpdateTest |
class |
core/modules/views/tests/src/Functional/Update/ViewsFixRevisionIdUpdateTest.php |
Tests the upgrade path for revision ids in field aliases. |
| ViewsFixRevisionIdUpdateTest.php |
file |
core/modules/views/tests/src/Functional/Update/ViewsFixRevisionIdUpdateTest.php |
|
| ViewsFixRevisionIdUpdateTest::$modules |
property |
core/modules/views/tests/src/Functional/Update/ViewsFixRevisionIdUpdateTest.php |
Modules to install after the database is loaded. |
| ViewsFixRevisionIdUpdateTest::setDatabaseDumpFiles |
function |
core/modules/views/tests/src/Functional/Update/ViewsFixRevisionIdUpdateTest.php |
Set database dump files to be used. |
| ViewsFixRevisionIdUpdateTest::setUp |
function |
core/modules/views/tests/src/Functional/Update/ViewsFixRevisionIdUpdateTest.php |
|
| ViewsFixRevisionIdUpdateTest::testViewsPostUpdateFixRevisionId |
function |
core/modules/views/tests/src/Functional/Update/ViewsFixRevisionIdUpdateTest.php |
Tests the upgrade path for revision ids in field aliases. |
| ViewsFormAlterTest |
class |
core/modules/views/tests/src/Functional/ViewsFormAlterTest.php |
Tests hook_form_BASE_FORM_ID_alter for a ViewsForm. |
| ViewsFormAlterTest.php |
file |
core/modules/views/tests/src/Functional/ViewsFormAlterTest.php |
|
| 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. |
| ViewsHandlerManagerTest |
class |
core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php |
Tests the ViewsHandlerManager class. |