You are here

function views_handler_field_fontyourface_enable_disable::query in @font-your-face 7.2

Called to add the field to a query.

Overrides views_handler_field::query

File

modules/fontyourface_ui/views/views_handler_field_fontyourface_enable_disable.inc, line 21
Views handler.

Class

views_handler_field_fontyourface_enable_disable
Field handler to present font enable/disable link.

Code

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