Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ExposedFormPluginBase.php | file | core/ |
|
| ExposedFormPluginBase::$usesOptions | property | core/ |
Denotes whether the plugin has an additional options form. |
| ExposedFormPluginBase::buildOptionsForm | function | core/ |
Provide a form to edit options for this plugin. |
| ExposedFormPluginBase::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| ExposedFormPluginBase::exposedFormAlter | function | core/ |
Alters the exposed form. |
| ExposedFormPluginBase::exposedFormSubmit | function | core/ |
Submits the exposed form. |
| ExposedFormPluginBase::exposedFormValidate | function | core/ |
Validates the exposed form submission. |
| ExposedFormPluginBase::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
| ExposedFormPluginBase::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
| ExposedFormPluginBase::getCacheTags | function | core/ |
The cache tags associated with this object. |
| ExposedFormPluginBase::postExecute | function | core/ |
Runs after the view has been executed. |
| ExposedFormPluginBase::postRender | function | core/ |
Runs after the view has been rendered. |
| ExposedFormPluginBase::preExecute | function | core/ |
Runs before the view has been executed. |
| ExposedFormPluginBase::preRender | function | core/ |
Runs before the view is rendered. |
| ExposedFormPluginBase::query | function | core/ |
Add anything to the query that we might need to. |
| ExposedFormPluginBase::renderExposedForm | function | core/ |
Renders the exposed form. |
| ExposedFormPluginBase::resetForm | function | core/ |
Resets all the states of the exposed form. |
| ExposedFormPluginInterface | interface | core/ |
Interface for exposed filter form plugins. |
| ExposedFormPluginInterface.php | file | core/ |
|
| ExposedFormPluginInterface::exposedFormAlter | function | core/ |
Alters the exposed form. |
| ExposedFormPluginInterface::exposedFormSubmit | function | core/ |
Submits the exposed form. |
| ExposedFormPluginInterface::exposedFormValidate | function | core/ |
Validates the exposed form submission. |
| ExposedFormPluginInterface::postExecute | function | core/ |
Runs after the view has been executed. |
| ExposedFormPluginInterface::postRender | function | core/ |
Runs after the view has been rendered. |
| ExposedFormPluginInterface::preExecute | function | core/ |
Runs before the view has been executed. |
| ExposedFormPluginInterface::preRender | function | core/ |
Runs before the view is rendered. |
| ExposedFormPluginInterface::renderExposedForm | function | core/ |
Renders the exposed form. |
| ExposedFormRenderTest | class | core/ |
Tests the exposed form. |
| ExposedFormRenderTest.php | file | core/ |
|
| ExposedFormRenderTest::$modules | property | core/ |
Modules to install. |
| ExposedFormRenderTest::$testViews | property | core/ |
Views to be enabled. |
| ExposedFormRenderTest::setUp | function | core/ |
|
| ExposedFormRenderTest::testExposedFormRawInput | function | core/ |
Tests the exposed form raw input. |
| ExposedFormRenderTest::testExposedFormRender | function | core/ |
Tests the exposed form markup. |
| ExposedFormTest | class | core/ |
Tests exposed forms functionality. |
| ExposedFormTest.php | file | core/ |
|
| ExposedFormTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ExposedFormTest::$modules | property | core/ |
Modules to install. |
| ExposedFormTest::$nodes | property | core/ |
Nodes to test. |
| ExposedFormTest::$testViews | property | core/ |
Views used by this test. |
| ExposedFormTest::assertIds | function | core/ |
Checks whether the specified ids are the ones displayed in the view output. |
| ExposedFormTest::assertNodesExist | function | core/ |
Asserts that nodes of only given bundles exist. |
| ExposedFormTest::getExpectedExposedFormId | function | core/ |
Returns a views exposed form ID. |
| ExposedFormTest::providerTestExposedBlock | function | core/ |
Data provider for testing different types of displays. |
| ExposedFormTest::setUp | function | core/ |
Sets up the test. |
| ExposedFormTest::testExposedBlock | function | core/ |
Tests the exposed block functionality. |
| ExposedFormTest::testExposedFilterPagination | function | core/ |
Tests the exposed form with a pager. |
| ExposedFormTest::testExposedForm | function | core/ |
Tests the input required exposed form type. |
| ExposedFormTest::testExposedIdentifier | function | core/ |
Tests the exposed form with a non-standard identifier. |
| ExposedFormTest::testExposedSortAndItemsPerPage | function | core/ |
Tests exposed forms with exposed sort and items per page. |
Pagination
- Previous page
- Page 577
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.