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 |
|---|---|---|---|
| FilterOptionsTest.php | file | core/ |
|
| FilterOptionsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| FilterOptionsTest::$modules | property | core/ |
Modules to install. |
| FilterOptionsTest::setUp | function | core/ |
|
| FilterOptionsTest::testFilterOptionsAddFields | function | core/ |
Tests filtering options in the 'Add fields' dialog. |
| FilterPermissions | class | core/ |
Provides dynamic permissions of the filter module. |
| FilterPermissions.php | file | core/ |
|
| FilterPermissions::$entityTypeManager | property | core/ |
The entity type manager. |
| FilterPermissions::create | function | core/ |
Instantiates a new instance of this class. |
| FilterPermissions::permissions | function | core/ |
Returns an array of filter permissions. |
| FilterPermissions::__construct | function | core/ |
Constructs a new FilterPermissions instance. |
| FilterPermissionUiTest | class | core/ |
Tests the permission field handler ui. |
| FilterPermissionUiTest.php | file | core/ |
|
| FilterPermissionUiTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| FilterPermissionUiTest::$modules | property | core/ |
Modules to install. |
| FilterPermissionUiTest::$testViews | property | core/ |
Views used by this test. |
| FilterPermissionUiTest::setUp | function | core/ |
Sets up the test. |
| FilterPermissionUiTest::testHandlerUI | function | core/ |
Tests basic filter handler settings in the UI. |
| FilterPlaceholderTextTest | class | core/ |
Tests the placeholder text on the appropriate filter handlers. |
| FilterPlaceholderTextTest.php | file | core/ |
|
| FilterPlaceholderTextTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| FilterPlaceholderTextTest::$modules | property | core/ |
Modules to install. |
| FilterPlaceholderTextTest::$testViews | property | core/ |
Views used by this test. |
| FilterPlaceholderTextTest::testPlaceholderText | function | core/ |
Tests that HTML placeholders are added, when appropriate. |
| FilterPluginBase | class | core/ |
Base class for Views filters handler plugins. |
| FilterPluginBase.php | file | core/ |
|
| FilterPluginBase::$alwaysMultiple | property | core/ |
Disable the possibility to force a single value. |
| FilterPluginBase::$always_required | property | core/ |
Disable the possibility to allow an exposed input to be optional. |
| FilterPluginBase::$group_info | property | core/ |
Contains the information of the selected item in a grouped filter. |
| FilterPluginBase::$no_operator | property | core/ |
Disable the possibility to use operators. |
| FilterPluginBase::$operator | property | core/ |
Contains the operator which is used on the query. |
| FilterPluginBase::$tableAliases | property | core/ |
Keyed array by alias of table relations. |
| FilterPluginBase::$value | property | core/ |
The value. |
| FilterPluginBase::acceptExposedInput | function | core/ |
Determines if the input from a filter should change the generated query. |
| FilterPluginBase::addGroupForm | function | core/ |
Add a new group to the exposed filter groups. |
| FilterPluginBase::adminSummary | function | core/ |
Display the filter on the administrative summary. |
| FilterPluginBase::arrayFilterZero | function | core/ |
Filter by no empty values, though allow the use of (string) "0". |
| FilterPluginBase::buildExposedFiltersGroupForm | function | core/ |
Build the form to let users create the group of exposed filters. |
| FilterPluginBase::buildExposedForm | function | core/ |
Render our chunk of the exposed filter form when selecting. |
| FilterPluginBase::buildExposeForm | function | core/ |
Options form subform for exposed filter options. |
| FilterPluginBase::buildGroupForm | function | core/ |
Displays the Build Group form. |
| FilterPluginBase::buildGroupOptions | function | core/ |
Provide default options for exposed filters. |
| FilterPluginBase::buildGroupSubmit | function | core/ |
Save new group items, re-enumerates and remove groups marked to delete. |
| FilterPluginBase::buildGroupValidate | function | core/ |
Validate the build group options form. |
| FilterPluginBase::buildOptionsForm | function | core/ |
Provide the basic form which calls through to subforms. |
| FilterPluginBase::buildValueWrapper | function | core/ |
Builds wrapper for value and operator forms. |
| FilterPluginBase::canBuildGroup | function | core/ |
Determine if a filter can be converted into a group. |
| FilterPluginBase::canExpose | function | core/ |
Determine if a filter can be exposed. |
| FilterPluginBase::canGroup | function | core/ |
Can this filter be used in OR groups? |
| FilterPluginBase::convertExposedInput | function | core/ |
Transform the input from a grouped filter into a standard filter. |
Pagination
- Previous page
- Page 693
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.