You are here

function flexiform_handler_field_add_page_url::query in Flexiform 7

Called to add the field to a query.

Overrides views_handler_field::query

File

includes/views/handlers/flexiform_handler_field_add_page_url.inc, line 18
Contains a Views field handler to take care of displaying the path to the add page display.

Class

flexiform_handler_field_add_page_url
@file Contains a Views field handler to take care of displaying the path to the add page display.

Code

function query() {
  $this
    ->ensure_my_table();
  $this
    ->add_additional_fields();
}