office-hours-table.html.twig in Office Hours 8
<div class="office-hours"> {{ table }} {% if schema %} <div class="office-hours-schema"> {{ schema }} </div> {% endif %} </div>
1 theme call to office-hours-table.html.twig
- OfficeHoursFormatterTable::viewElements in src/
Plugin/ Field/ FieldFormatter/ OfficeHoursFormatterTable.php - Builds a renderable array for a field value.
File
templates/office-hours-table.html.twigView source
- <div class="office-hours">
- {{ table }}
- {% if schema %}
- <div class="office-hours-schema">
- {{ schema }}
- </div>
- {% endif %}
- </div>