function views_many_to_one_helper::placeholder
Provides a unique placeholders for handlers.
1 call to views_many_to_one_helper::placeholder()
- views_many_to_one_helper::add_filter in includes/
handlers.inc
File
-
includes/
handlers.inc, line 1056
Class
- views_many_to_one_helper
- This many to one helper object is used on both arguments and filters.
Code
public function placeholder() {
return $this->handler->query
->placeholder($this->handler->options['table'] . '_' . $this->handler->options['field']);
}