1 views_handler_argument_numeric.inc | views_handler_argument_numeric::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.
File
- core/
modules/ views/ handlers/ views_handler_argument_numeric.inc, line 85 - Definition of views_handler_argument_numeric.
Class
- views_handler_argument_numeric
- Basic argument handler for arguments that are numeric. Incorporates break_phrase.
Code
function title_query() {
return $this->value;
}