You are here

public function XmlFilterInterface::__toString in Views XML Backend 8

Generates an XPath filter string.

Return value

string The XPath filter string.

3 methods override XmlFilterInterface::__toString()
Date::__toString in src/Plugin/views/filter/Date.php
Generates an XPath filter string.
Numeric::__toString in src/Plugin/views/filter/Numeric.php
Generates an XPath filter string.
Standard::__toString in src/Plugin/views/filter/Standard.php
Generates an XPath filter string.

File

src/Plugin/views/filter/XmlFilterInterface.php, line 21
Contains \Drupal\views_xml_backend\Plugin\views\filter\XmlFilterInterface.

Class

XmlFilterInterface
Filter plugins that are compatible with views_xml_backend.

Namespace

Drupal\views_xml_backend\Plugin\views\filter

Code

public function __toString();