interface FilterOperatorsInterface

Same name and namespace in other branches
  1. 11.x 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

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\filter
View 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.