| 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. |
| ExposedFormPluginBase |
class |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Base class for Views exposed filter form plugins. |
| ExposedFormPluginBase.php |
file |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
|
| ExposedFormPluginBase::$usesOptions |
property |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Denotes whether the plugin has an additional options form. |
| ExposedFormPluginBase::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Provide a form to edit options for this plugin. |
| ExposedFormPluginBase::defineOptions |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Information about options for all kinds of purposes will be held here. |
| ExposedFormPluginBase::exposedFormAlter |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Alters the exposed form. |
| ExposedFormPluginBase::exposedFormSubmit |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Submits the exposed form. |
| ExposedFormPluginBase::exposedFormValidate |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Validates the exposed form submission. |
| ExposedFormPluginBase::getCacheContexts |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
The cache contexts associated with this object. |
| ExposedFormPluginBase::getCacheMaxAge |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
The maximum age for which this object may be cached. |
| ExposedFormPluginBase::getCacheTags |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
The cache tags associated with this object. |
| ExposedFormPluginBase::postExecute |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Runs after the view has been executed. |
| ExposedFormPluginBase::postRender |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Runs after the view has been rendered. |
| ExposedFormPluginBase::preExecute |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Runs before the view has been executed. |
| ExposedFormPluginBase::preRender |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Runs before the view is rendered. |
| ExposedFormPluginBase::query |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Add anything to the query that we might need to. |
| ExposedFormPluginBase::renderExposedForm |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Renders the exposed form. |
| ExposedFormPluginBase::resetForm |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Resets all the states of the exposed form. |
| ExposedFormPluginInterface |
interface |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php |
Interface for exposed filter form plugins. |
| ExposedFormPluginInterface.php |
file |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php |
|
| ExposedFormPluginInterface::exposedFormAlter |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php |
Alters the exposed form. |
| ExposedFormPluginInterface::exposedFormSubmit |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php |
Submits the exposed form. |
| ExposedFormPluginInterface::exposedFormValidate |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php |
Validates the exposed form submission. |
| ExposedFormPluginInterface::postExecute |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php |
Runs after the view has been executed. |
| ExposedFormPluginInterface::postRender |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php |
Runs after the view has been rendered. |
| ExposedFormPluginInterface::preExecute |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php |
Runs before the view has been executed. |
| ExposedFormPluginInterface::preRender |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php |
Runs before the view is rendered. |
| ExposedFormPluginInterface::renderExposedForm |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php |
Renders the exposed form. |
| 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. |