Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
FilterPermissions::__construct function core/modules/filter/src/FilterPermissions.php Constructs a new FilterPermissions instance.
FilterPermissionUiTest class core/modules/user/tests/src/Functional/Views/FilterPermissionUiTest.php Tests the permission field handler ui.
FilterPermissionUiTest.php file core/modules/user/tests/src/Functional/Views/FilterPermissionUiTest.php
FilterPermissionUiTest::$defaultTheme property core/modules/user/tests/src/Functional/Views/FilterPermissionUiTest.php
FilterPermissionUiTest::$modules property core/modules/user/tests/src/Functional/Views/FilterPermissionUiTest.php Modules to enable.
FilterPermissionUiTest::$testViews property core/modules/user/tests/src/Functional/Views/FilterPermissionUiTest.php Views used by this test.
FilterPermissionUiTest::setUp function core/modules/user/tests/src/Functional/Views/FilterPermissionUiTest.php
FilterPermissionUiTest::testHandlerUI function core/modules/user/tests/src/Functional/Views/FilterPermissionUiTest.php Tests basic filter handler settings in the UI.
FilterPlaceholderTextTest class core/modules/views/tests/src/Functional/Handler/FilterPlaceholderTextTest.php Tests the placeholder text on the appropriate filter handlers.
FilterPlaceholderTextTest.php file core/modules/views/tests/src/Functional/Handler/FilterPlaceholderTextTest.php
FilterPlaceholderTextTest::$defaultTheme property core/modules/views/tests/src/Functional/Handler/FilterPlaceholderTextTest.php
FilterPlaceholderTextTest::$modules property core/modules/views/tests/src/Functional/Handler/FilterPlaceholderTextTest.php
FilterPlaceholderTextTest::$testViews property core/modules/views/tests/src/Functional/Handler/FilterPlaceholderTextTest.php Views used by this test.
FilterPlaceholderTextTest::testPlaceholderText function core/modules/views/tests/src/Functional/Handler/FilterPlaceholderTextTest.php Tests that HTML placeholders are added, when appropriate.
FilterPluginBase class core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Base class for Views filters handler plugins.
FilterPluginBase.php file core/modules/views/src/Plugin/views/filter/FilterPluginBase.php
FilterPluginBase::$alwaysMultiple property core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Disable the possibility to force a single value.
FilterPluginBase::$always_required property core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Disable the possibility to allow a exposed input to be optional.
FilterPluginBase::$group_info property core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Contains the information of the selected item in a grouped filter.
FilterPluginBase::$no_operator property core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Disable the possibility to use operators.
FilterPluginBase::$operator property core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Contains the operator which is used on the query.
FilterPluginBase::$value property core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Contains the actual value of the field,either configured in the views ui
or entered in the exposed filters.
FilterPluginBase::acceptExposedInput function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Determines if the input from a filter should change the generated query.
FilterPluginBase::addGroupForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Add a new group to the exposed filter groups.
FilterPluginBase::adminSummary function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Display the filter on the administrative summary
FilterPluginBase::arrayFilterZero function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Filter by no empty values, though allow the use of (string) "0".
FilterPluginBase::buildExposedFiltersGroupForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Build the form to let users create the group of exposed filters.
This form is displayed when users click on button 'Build group'
FilterPluginBase::buildExposedForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Render our chunk of the exposed filter form when selecting
FilterPluginBase::buildExposeForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Options form subform for exposed filter options.
FilterPluginBase::buildGroupForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Displays the Build Group form.
FilterPluginBase::buildGroupOptions function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Provide default options for exposed filters.
FilterPluginBase::buildGroupSubmit function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Save new group items, re-enumerates and remove groups marked to delete.
FilterPluginBase::buildGroupValidate function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Validate the build group options form.
FilterPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Provide the basic form which calls through to subforms.
If overridden, it is best to call through to the parent,
or to at least make sure all of the functions in this form
are called.
FilterPluginBase::canBuildGroup function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Determine if a filter can be converted into a group.
Only exposed filters with operators available can be converted into groups.
FilterPluginBase::canExpose function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Determine if a filter can be exposed.
FilterPluginBase::canGroup function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Can this filter be used in OR groups?
FilterPluginBase::convertExposedInput function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Transform the input from a grouped filter into a standard filter.
FilterPluginBase::defaultExposeOptions function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Provide default options for exposed filters.
FilterPluginBase::defineOptions function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php
FilterPluginBase::exposedInfo function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Tell the renderer about our exposed form. This only needs to be
overridden for particularly complex forms. And maybe not even then.
FilterPluginBase::exposedTranslate function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Make some translations to a form item to make it more suitable to
exposing.
FilterPluginBase::getCacheContexts function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php
FilterPluginBase::getCacheMaxAge function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php
FilterPluginBase::getCacheTags function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php
FilterPluginBase::groupForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Build a form containing a group of operator | values to apply as a
single filter.
FilterPluginBase::groupMultipleExposedInput function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Returns the options available for a grouped filter that users checkboxes
as widget, and therefore has to be applied several times, one per
item selected.
FilterPluginBase::hasValidGroupedValue function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Determines if the given grouped filter entry has a valid value.
FilterPluginBase::init function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Overrides \Drupal\views\Plugin\views\HandlerBase::init().
FilterPluginBase::isAGroup function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Returns TRUE if the exposed filter works like a grouped filter.

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