You are here

function views_handler_field_block_link_edit::query in Views Hacks 6

Same name and namespace in other branches
  1. 7 views_block/handlers/views_handler_field_block_link_edit.inc \views_handler_field_block_link_edit::query()

File

views_block/handlers/views_handler_field_block_link_edit.inc, line 25

Class

views_handler_field_block_link_edit

Code

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