You are here

function office_hours_elements in Office Hours 6

Same name and namespace in other branches
  1. 6.2 office_hours.module \office_hours_elements()

Implementation of FAPI hook_elements().

File

./office_hours.module, line 271
Creates a field and widget for inserting working or office hours per day

Code

function office_hours_elements() {
  module_load_include('elements.inc', 'office_hours');
  return _office_hours_elements();
}