interface FilterOperatorsInterface
Same name in other branches
- 10 core/modules/views/src/Plugin/views/filter/FilterOperatorsInterface.php \Drupal\views\Plugin\views\filter\FilterOperatorsInterface
Provides an interface for all views filters that implement operators.
Hierarchy
- interface \Drupal\views\Plugin\views\filter\FilterOperatorsInterface
Expanded class hierarchy of FilterOperatorsInterface
All classes that implement FilterOperatorsInterface
File
-
core/
modules/ views/ src/ Plugin/ views/ filter/ FilterOperatorsInterface.php, line 8
Namespace
Drupal\views\Plugin\views\filterView source
interface FilterOperatorsInterface {
/**
* Returns an array of operator information, keyed by operator ID.
*
* @return array[]
*/
public function operators();
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
FilterOperatorsInterface::operators | public | function | Returns an array of operator information, keyed by operator ID. | 4 |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.