| ViewsIntegrationTest::setUp |
function |
core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php |
|
| ViewsIntegrationTest::testFiltering |
function |
core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php |
Tests views can be filtered by severity and log type. |
| ViewsIntegrationTest::testMessages |
function |
core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php |
Tests the messages escaping functionality. |
| ViewsIntegrationTest::testRelationship |
function |
core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php |
Tests the relationship with the users_field_data table. |
| ViewsIntegrationTest::testSearchIntegration |
function |
core/modules/search/tests/src/Functional/views/ViewsIntegrationTest.php |
Tests search integration. |
| ViewsIntegrationTest::testViewsAddResponsiveImageField |
function |
core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php |
Tests integration with Views. |
| ViewsKernelTestBase |
class |
core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php |
Defines a base class for Views kernel testing. |
| ViewsKernelTestBase.php |
file |
core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php |
|
| ViewsKernelTestBase::$modules |
property |
core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php |
|
| ViewsKernelTestBase::$testViews |
property |
core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php |
Views to be enabled. |
| ViewsKernelTestBase::dataSet |
function |
core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php |
Returns a very simple test dataset. |
| ViewsKernelTestBase::executeView |
function |
core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php |
Executes a view. |
| ViewsKernelTestBase::orderResultSet |
function |
core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php |
Orders a nested array containing a result set based on a given column. |
| ViewsKernelTestBase::schemaDefinition |
function |
core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php |
Returns the schema definition. |
| ViewsKernelTestBase::setUp |
function |
core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php |
|
| ViewsKernelTestBase::setUpFixtures |
function |
core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php |
Sets up the configuration and schema of views and views_test_data modules. |
| ViewsKernelTestBase::viewsData |
function |
core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php |
Returns the views data definition. |
| ViewsListingTest |
class |
core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php |
Tests the JavaScript filtering on the Views listing page. |
| ViewsListingTest.php |
file |
core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php |
|
| ViewsListingTest::$defaultTheme |
property |
core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php |
|
| ViewsListingTest::$modules |
property |
core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php |
|
| ViewsListingTest::filterVisibleElements |
function |
core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php |
Removes any non-visible elements from the passed array. |
| ViewsListingTest::setUp |
function |
core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php |
|
| ViewsListingTest::testFilterViewsListing |
function |
core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php |
Tests the filtering on the Views listing page. |
| ViewsListTest |
class |
core/modules/views_ui/tests/src/Functional/ViewsListTest.php |
Tests the views list. |
| ViewsListTest.php |
file |
core/modules/views_ui/tests/src/Functional/ViewsListTest.php |
|
| ViewsListTest::$adminUser |
property |
core/modules/views_ui/tests/src/Functional/ViewsListTest.php |
A user with permission to administer views. |
| ViewsListTest::$defaultTheme |
property |
core/modules/views_ui/tests/src/Functional/ViewsListTest.php |
|
| ViewsListTest::$modules |
property |
core/modules/views_ui/tests/src/Functional/ViewsListTest.php |
|
| ViewsListTest::setUp |
function |
core/modules/views_ui/tests/src/Functional/ViewsListTest.php |
|
| ViewsListTest::testViewsListLimit |
function |
core/modules/views_ui/tests/src/Functional/ViewsListTest.php |
Tests that the views list does not use a pager. |
| ViewsLocalTaskTest |
class |
core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php |
Tests Drupal\views\Plugin\Derivative\ViewsLocalTask. |
| ViewsLocalTaskTest.php |
file |
core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php |
|
| ViewsLocalTaskTest::$baseDefinition |
property |
core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php |
The base definition for the test plugin. |
| ViewsLocalTaskTest::$localTaskDerivative |
property |
core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php |
The tested local task derivative class. |
| ViewsLocalTaskTest::$routeProvider |
property |
core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php |
The mocked route provider. |
| ViewsLocalTaskTest::$state |
property |
core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php |
The mocked key value storage. |
| ViewsLocalTaskTest::$viewStorage |
property |
core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php |
The views storage. |
| ViewsLocalTaskTest::setUp |
function |
core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php |
|
| ViewsLocalTaskTest::setUpMockRouteProvider |
function |
core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php |
Reinitializes the route provider as a mock object. |
| ViewsLocalTaskTest::setUpMockState |
function |
core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php |
Reinitializes the state as a mock object. |
| ViewsLocalTaskTest::setUpMockViewStorage |
function |
core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php |
Reinitializes the view storage as a mock object. |
| ViewsLocalTaskTest::testGetDerivativeDefinitionsWithDefaultLocalTask |
function |
core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php |
Tests fetching the derivatives on a view with a default local task. |
| ViewsLocalTaskTest::testGetDerivativeDefinitionsWithExistingLocalTask |
function |
core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php |
Tests fetching the derivatives on a view with a local task and a parent. |
| ViewsLocalTaskTest::testGetDerivativeDefinitionsWithLocalTask |
function |
core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php |
Tests fetching the derivatives on a view with a default local task. |
| ViewsLocalTaskTest::testGetDerivativeDefinitionsWithoutHookMenuViews |
function |
core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php |
Tests fetching the derivatives on no view with hook menu. |
| ViewsLocalTaskTest::testGetDerivativeDefinitionsWithoutLocalTask |
function |
core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php |
Tests fetching the derivatives on a view with without a local task. |
| ViewsLocalTaskTest::testGetDerivativeDefinitionsWithOverrideRoute |
function |
core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php |
Tests fetching the derivatives on a view which overrides an existing route. |
| ViewsLoggerTestTrait |
trait |
core/modules/views/tests/src/Traits/ViewsLoggerTestTrait.php |
Provides helper functions for logging in views. |
| ViewsLoggerTestTrait.php |
file |
core/modules/views/tests/src/Traits/ViewsLoggerTestTrait.php |
|