You are here

public function SearchApiSavedSearchesViewsHandlerFieldLink::query in Search API Saved Searches 7

Called to add the field to a query.

Overrides views_handler_field::query

File

views/handler_field_saved_search_link.inc, line 34
Contains the SearchApiSavedSearchesViewsHandlerFieldName class.

Class

SearchApiSavedSearchesViewsHandlerFieldLink
Views field handler for displaying a saved search's name, optionally linked to the search page.

Code

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