| 1 views_handler_field_node_path.inc | public views_handler_field_node_path::query() |
Provide necessary query segments.
Overrides views_handler_field::query
File
- core/
modules/ node/ views/ views_handler_field_node_path.inc, line 55 - Handler for node path field.
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();
}