You are here

function getlocations_fields_handler_argument_glid::title_query in Get Locations 7.2

Same name and namespace in other branches
  1. 7 modules/getlocations_fields/handlers/getlocations_fields_handler_argument_glid.inc \getlocations_fields_handler_argument_glid::title_query()

Override for specific title lookups.

Return value

array Returns all titles, if it's just one title it's an array with one entry.

1 call to getlocations_fields_handler_argument_glid::title_query()
getlocations_fields_handler_argument_glid::title in modules/getlocations_fields/handlers/getlocations_fields_handler_argument_glid.inc
Get the title this argument will assign the view, given the argument.

File

modules/getlocations_fields/handlers/getlocations_fields_handler_argument_glid.inc, line 91
getlocations_fields_handler_argument_glid.inc @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Class

getlocations_fields_handler_argument_glid
Argument handler to accept glid

Code

function title_query() {
  return $this->value;
}