You are here

function views_xml_backend_plugin_query_xml::add_signature in Views XML Backend 6

Same name and namespace in other branches
  1. 7 views_xml_backend_plugin_query_xml.inc \views_xml_backend_plugin_query_xml::add_signature()

Add a signature to the query, if such a thing is feasible.

This signature is something that can be used when perusing query logs to discern where particular queries might be coming from.

Parameters

view $view: The view which is executed.

Overrides views_plugin_query::add_signature

File

./views_xml_backend_plugin_query_xml.inc, line 266
Query plugin for views_xml_backend.

Class

views_xml_backend_plugin_query_xml
@file Query plugin for views_xml_backend.

Code

function add_signature(&$view) {
}