Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
FilterInOperatorTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Views used by this test.
FilterInOperatorTest::getGroupedExposedFilters function core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Returns grouped exposed filter definitions for Views.
FilterInOperatorTest::testFilterGroupedChangedIdentifier function core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Tests that we can safely change the identifier on a grouped filter.
FilterInOperatorTest::testFilterInOperatorGroupedExposedSimple function core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Tests filtering with grouped exposed filters using the "IN" operator.
FilterInOperatorTest::testFilterInOperatorSimple function core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Tests filtering using the "IN" and "NOT IN" operators on the age field.
FilterInOperatorTest::testFilterNotInOperatorGroupedExposedSimple function core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Tests filtering with grouped exposed filters using the "NOT IN" operator.
FilterInOperatorTest::testFilterOptionAsMarkup function core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Tests that the InOperator filter can handle TranslatableMarkup.
FilterInOperatorTest::viewsData function core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Defines Views data for the custom entity.
FilterInterface::TYPE_HTML_RESTRICTOR constant core/modules/filter/src/Plugin/FilterInterface.php HTML tag and attribute restricting filters to prevent XSS attacks.
FilterKernelTest::testHtmlCorrectorFilter function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests the HTML corrector filter.
FilterOperatorsInterface interface core/modules/views/src/Plugin/views/filter/FilterOperatorsInterface.php Provides an interface for all views filters that implement operators.
FilterOperatorsInterface.php file core/modules/views/src/Plugin/views/filter/FilterOperatorsInterface.php
FilterOperatorsInterface::operators function core/modules/views/src/Plugin/views/filter/FilterOperatorsInterface.php Returns an array of operator information, keyed by operator ID.
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::operatorForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Options form subform for setting the operator.
FilterPluginBase::operatorOptions function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Provide a list of options for the default operator form.
FilterPluginBase::operatorSubmit function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Perform any necessary changes to the form values prior to storage.
FilterPluginBase::operatorValidate function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Validate the operator form.
FilterPluginBase::prepareFilterSelectOptions function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Sanitizes the HTML select element's options.
FilterPluginBase::showBuildGroupButton function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Shortcut to display the build_group/hide button.
FilterPluginBase::showExposeButton function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Shortcut to display the expose/hide button.
FilterPluginBase::showOperatorForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Shortcut to display the operator form.
FilterPluginBase::storeExposedInput function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php If set to remember exposed input in the session, store it there.
FilterPluginBase::storeGroupInput function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php If set to remember exposed input in the session, store it there.
FilterPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Simple submit handler.
FilterProcessResult::__toString function core/modules/filter/src/FilterProcessResult.php Gets the processed text.
FilterTest::$nodeStorage property core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php A node storage instance.
FilterTest::$resourceTypeRepository property core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php The JSON:API resource type repository.
FilterTest::testInOperatorSelectAllOptions function core/modules/views/tests/src/Functional/Plugin/FilterTest.php Tests an exposed filter when all options are selected.
FilterTest::testInvalidFilterPathDueToElidedSoleProperty function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php Tests invalid filter path due to elided sole property.
FilterTest::testInvalidFilterPathDueToMissingPropertyName function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php Tests invalid filter path due to missing property name.
FilterTest::testInvalidFilterPathDueToMissingPropertyNameReferenceFieldWithMetaProperties function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php Tests invalid filter path due to missing property name reference field with meta properties.
FilterTest::testInvalidFilterPathDueToMissingPropertyNameReferenceFieldWithoutMetaProperties function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php Tests invalid filter path due to missing property name reference field without meta properties.
FilterTest::testInvalidFilterPathDueToNonexistentProperty function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php Tests invalid filter path due to nonexistent property.
FilterTest::testLimitExposedOperators function core/modules/views/tests/src/Functional/Plugin/FilterTest.php Tests the limit of the expose operator functionality.
FilterUITest::testFilterInOperatorUi function core/modules/views_ui/tests/src/Functional/FilterUITest.php Tests that an option for a filter is saved as expected from the UI.
FilterUninstallValidator class core/modules/filter/src/FilterUninstallValidator.php Prevents uninstallation of modules providing used filter plugins.
FilterUninstallValidator.php file core/modules/filter/src/FilterUninstallValidator.php
FilterUninstallValidator::$filterManager property core/modules/filter/src/FilterUninstallValidator.php The filter plugin manager.
FilterUninstallValidator::$filterStorage property core/modules/filter/src/FilterUninstallValidator.php The filter entity storage.
FilterUninstallValidator::getEnabledFilterFormats function core/modules/filter/src/FilterUninstallValidator.php Returns all enabled filter formats.
FilterUninstallValidator::getFilterDefinitionsByProvider function core/modules/filter/src/FilterUninstallValidator.php Returns all filter definitions that are provided by the specified provider.
FilterUninstallValidator::validate function core/modules/filter/src/FilterUninstallValidator.php Determines the reasons a module can not be uninstalled.
FilterUninstallValidator::__construct function core/modules/filter/src/FilterUninstallValidator.php Constructs a new FilterUninstallValidator.
FilterUninstallValidatorTest class core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php Tests Drupal\filter\FilterUninstallValidator.
FilterUninstallValidatorTest.php file core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php
FilterUninstallValidatorTest::$filterUninstallValidator property core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php The filter uninstall validator.
FilterUninstallValidatorTest::setUp function core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php
FilterUninstallValidatorTest::testValidateNoFormats function core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php Tests validate no formats.

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