interface XmlFilterInterface in Views XML Backend 8
Filter plugins that are compatible with views_xml_backend.
Hierarchy
- interface \Drupal\views_xml_backend\Plugin\views\filter\XmlFilterInterface
Expanded class hierarchy of XmlFilterInterface
All classes that implement XmlFilterInterface
1 file declares its use of XmlFilterInterface
- Xml.php in src/
Plugin/ views/ query/ Xml.php - Contains \Drupal\views_xml_backend\Plugin\views\query\Xml.
File
- src/
Plugin/ views/ filter/ XmlFilterInterface.php, line 13 - Contains \Drupal\views_xml_backend\Plugin\views\filter\XmlFilterInterface.
Namespace
Drupal\views_xml_backend\Plugin\views\filterView source
interface XmlFilterInterface {
/**
* Generates an XPath filter string.
*
* @return string
* The XPath filter string.
*/
public function __toString();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
XmlFilterInterface:: |
public | function | Generates an XPath filter string. | 3 |