FilterOperatorsInterface.php
Same filename in other branches
Namespace
Drupal\views\Plugin\views\filterFile
-
core/
modules/ views/ src/ Plugin/ views/ filter/ FilterOperatorsInterface.php
View source
<?php
namespace Drupal\views\Plugin\views\filter;
/**
* Provides an interface for all views filters that implement operators.
*/
interface FilterOperatorsInterface {
/**
* Returns an array of operator information, keyed by operator ID.
*
* @return array[]
*/
public function operators();
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
FilterOperatorsInterface | Provides an interface for all views filters that implement operators. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.