function template_preprocess_office_hours_table in Office Hours 8
Prepares variables for office hours table templates.
Default template: office-hours-table.html.twig.
Parameters
object $variables: The variables array.
File
- ./
office_hours.module, line 51 - Creates a field and widget for inserting working or office hours per day.
Code
function template_preprocess_office_hours_table(&$variables) {
}