ProviderInterface
in
Service hours provider interface.
Tags
Table of Contents
Methods
- getServiceHours() : ServiceHours|null
- Returns time range when orders are processed for the given date.
Methods
getServiceHours()
Returns time range when orders are processed for the given date.
public
getServiceHours(DateTimeInterface $date) : ServiceHours|null
APIYes
Parameters
- $date : DateTimeInterface
-
date to check
Return values
ServiceHours|null —order processing time range or null
if not processing