Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
ExposedFormCheckboxesTest class core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php Tests exposed forms functionality.
ExposedFormCheckboxesTest.php file core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php
ExposedFormCheckboxesTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php
ExposedFormCheckboxesTest::$modules property core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php
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
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.
ExposedFormLinkDisplayTest class core/modules/views/tests/src/Kernel/Plugin/ExposedFormLinkDisplayTest.php Tests exposed form actions for block displays with custom link targets.
ExposedFormLinkDisplayTest.php file core/modules/views/tests/src/Kernel/Plugin/ExposedFormLinkDisplayTest.php
ExposedFormLinkDisplayTest::setUp function core/modules/views/tests/src/Kernel/Plugin/ExposedFormLinkDisplayTest.php
ExposedFormLinkDisplayTest::testExposedFormActionUsesCustomLinkDisplay function core/modules/views/tests/src/Kernel/Plugin/ExposedFormLinkDisplayTest.php Tests that exposed form action uses the custom link display path.
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
ExposedFormPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php
ExposedFormPluginBase::defineOptions function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php
ExposedFormPluginBase::exposedFormAlter function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php
ExposedFormPluginBase::exposedFormSubmit function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php
ExposedFormPluginBase::exposedFormValidate function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php
ExposedFormPluginBase::getCacheContexts function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php
ExposedFormPluginBase::getCacheMaxAge function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php
ExposedFormPluginBase::getCacheTags function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php
ExposedFormPluginBase::postExecute function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php
ExposedFormPluginBase::postRender function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php
ExposedFormPluginBase::preExecute function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php
ExposedFormPluginBase::preRender function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php
ExposedFormPluginBase::query function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php
ExposedFormPluginBase::renderExposedForm function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php
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
ExposedFormRenderTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php
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.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.