1 handlers.inc views_many_to_one_helper::get_join()

File

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

Class

views_many_to_one_helper

Code

function get_join() {
  return $this->handler->get_join();
}