| ExposedFormCheckboxesTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php |
The theme to install as the default for testing. |
| ExposedFormCheckboxesTest::$modules |
property |
core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php |
Modules to install. |
| ExposedFormCheckboxesTest::$terms |
property |
core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php |
Test terms. |
| ExposedFormCheckboxesTest::$testViews |
property |
core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php |
|
| ExposedFormCheckboxesTest::$vocabulary |
property |
core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php |
Vocabulary for testing checkbox options. |
| ExposedFormCheckboxesTest::setUp |
function |
core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php |
Sets up the test. |
| ExposedFormCheckboxesTest::testExposedFormRenderCheckboxes |
function |
core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php |
Tests overriding the default render option with checkboxes. |
| ExposedFormCheckboxesTest::testExposedIsAllOfFilter |
function |
core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php |
Tests that "is all of" filters work with checkboxes. |
| ExposedFormRenderTest |
class |
core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php |
Tests the exposed form. |
| ExposedFormRenderTest.php |
file |
core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php |
|
| ExposedFormRenderTest::$modules |
property |
core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php |
Modules to install. |
| ExposedFormRenderTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php |
Views to be enabled. |
| ExposedFormRenderTest::setUp |
function |
core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php |
|
| ExposedFormRenderTest::testExposedFormRawInput |
function |
core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php |
Tests the exposed form raw input. |
| ExposedFormRenderTest::testExposedFormRender |
function |
core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php |
Tests the exposed form markup. |
| ExposedFormTest |
class |
core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php |
Tests exposed forms functionality. |
| ExposedFormTest.php |
file |
core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php |
|
| ExposedFormTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php |
The theme to install as the default for testing. |
| ExposedFormTest::$modules |
property |
core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php |
Modules to install. |
| ExposedFormTest::$nodes |
property |
core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php |
Nodes to test. |
| ExposedFormTest::$testViews |
property |
core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php |
Views used by this test. |
| ExposedFormTest::assertIds |
function |
core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php |
Checks whether the specified ids are the ones displayed in the view output. |
| ExposedFormTest::assertNodesExist |
function |
core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php |
Asserts that nodes of only given bundles exist. |
| ExposedFormTest::getExpectedExposedFormId |
function |
core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php |
Returns a views exposed form ID. |
| ExposedFormTest::providerTestExposedBlock |
function |
core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php |
Data provider for testing different types of displays. |
| ExposedFormTest::setUp |
function |
core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php |
Sets up the test. |
| ExposedFormTest::testExposedBlock |
function |
core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php |
Tests the exposed block functionality. |
| ExposedFormTest::testExposedFilterPagination |
function |
core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php |
Tests the exposed form with a pager. |
| ExposedFormTest::testExposedForm |
function |
core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php |
Tests the input required exposed form type. |
| ExposedFormTest::testExposedIdentifier |
function |
core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php |
Tests the exposed form with a non-standard identifier. |
| ExposedFormTest::testExposedSortAndItemsPerPage |
function |
core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php |
Tests exposed forms with exposed sort and items per page. |
| ExposedFormTest::testFormErrorWithExposedForm |
function |
core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php |
Tests a view which is rendered after a form with a validation error. |
| ExposedFormTest::testInputRequired |
function |
core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php |
Tests the input required exposed form type. |
| ExposedFormTest::testRememberSelected |
function |
core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php |
Tests the "Remember the last selection" functionality. |
| ExposedFormTest::testResetButton |
function |
core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php |
Tests whether the reset button works on an exposed form. |
| ExposedFormTest::testSubmitButton |
function |
core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php |
Tests the submit button. |
| ExposedFormTest::testTextInputRequired |
function |
core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php |
Tests the "on demand text" for the input required exposed form type. |
| ExposedFormUITest |
class |
core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php |
Tests exposed forms UI functionality. |
| ExposedFormUITest.php |
file |
core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php |
|
| ExposedFormUITest::$defaultTheme |
property |
core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php |
The theme to install as the default for testing. |
| ExposedFormUITest::$groupFormUiErrors |
property |
core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php |
Array of error message strings raised by the grouped form. |
| ExposedFormUITest::$modules |
property |
core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php |
Modules to install. |
| ExposedFormUITest::$testViews |
property |
core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php |
Views used by this test. |
| ExposedFormUITest::assertNoGroupedFilterErrors |
function |
core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php |
Asserts that there are no Grouped Filters errors. |
| ExposedFormUITest::setUp |
function |
core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php |
Sets up the test. |
| ExposedFormUITest::testExposedAdminUi |
function |
core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php |
Tests the admin interface of exposed filter and sort items. |
| ExposedFormUITest::testExposedGroupedFilter |
function |
core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php |
Tests the configuration of grouped exposed filters. |
| ExposedFormUITest::testGroupedFilterAdminUi |
function |
core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php |
Tests the admin interface of exposed grouped filters. |
| ExposedFormUITest::testGroupedFilterAdminUiErrors |
function |
core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php |
|
| ExtendingNonInstalledClass::testMethod |
function |
core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/ExtendingNonInstalledClass.php |
#[TrustedCallback] |