You are here

interface XmlArgumentInterface in Views XML Backend 8

Argument plugins that are compatible with views_xml_backend.

Hierarchy

Expanded class hierarchy of XmlArgumentInterface

All classes that implement XmlArgumentInterface

1 file declares its use of XmlArgumentInterface
Xml.php in src/Plugin/views/query/Xml.php
Contains \Drupal\views_xml_backend\Plugin\views\query\Xml.

File

src/Plugin/views/argument/XmlArgumentInterface.php, line 13
Contains \Drupal\views_xml_backend\Plugin\views\argument\XmlArgumentInterface.

Namespace

Drupal\views_xml_backend\Plugin\views\argument
View source
interface XmlArgumentInterface {

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

}

Members

Namesort descending Modifiers Type Description Overrides
XmlArgumentInterface::__toString public function Generates an XPath argument string. 2