1.20.x handlers.inc views_many_to_one_helper::placeholder()

Provides a unique placeholders for handlers.

File

modules/views/includes/handlers.inc, line 864
Defines the various handler objects to help build and display views.

Class

views_many_to_one_helper
This many to one helper object is used on both arguments and filters.

Code

function placeholder() {
  return $this->handler->query->placeholder($this->handler->options['table'] . '_' . $this->handler->options['field']);
}