function views_handler_field_node_path::query
Overrides views_handler_field::query
File
-
modules/
node/ views_handler_field_node_path.inc, line 50
Class
- views_handler_field_node_path
- Field handler to present the path to the node.
Code
public function query() {
$this->ensure_my_table();
$this->add_additional_fields();
}