You are here

function office_hours_handler_filter_day::ensure_my_table in Office Hours 7

Same name and namespace in other branches
  1. 6.2 includes/office_hours_handler_filter_day.inc \office_hours_handler_filter_day::ensure_my_table()
  2. 6 includes/office_hours_handler_filter_day.inc \office_hours_handler_filter_day::ensure_my_table()
1 call to office_hours_handler_filter_day::ensure_my_table()
office_hours_handler_filter_day::query in includes/office_hours_handler_filter_day.inc

File

includes/office_hours_handler_filter_day.inc, line 93
Implements Views integration: day filter.

Class

office_hours_handler_filter_day
@file Implements Views integration: day filter.

Code

function ensure_my_table() {
  $this->helper
    ->ensure_my_table();
}