You are here

interface XmlFilterInterface in Views XML Backend 8

Filter plugins that are compatible with views_xml_backend.

Hierarchy

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\filter
View source
interface XmlFilterInterface {

  /**
   * Generates an XPath filter string.
   *
   * @return string
   *   The XPath filter string.
   */
  public function __toString();

}

Members

Namesort descending Modifiers Type Description Overrides
XmlFilterInterface::__toString public function Generates an XPath filter string. 3