You are here

public static function LiveWeatherInterface::checkDayNight in Live Weather 8.2

Same name and namespace in other branches
  1. 8 src/LiveWeatherInterface.php \Drupal\live_weather\LiveWeatherInterface::checkDayNight()

Check Day or Night.

1 method overrides LiveWeatherInterface::checkDayNight()
LiveWeather::checkDayNight in src/LiveWeather.php
Check Day or Night.

File

src/LiveWeatherInterface.php, line 21
Contains \Drupal\live_weather\LiveWeatherInterface.

Class

LiveWeatherInterface
Live WeatherInterface.

Namespace

Drupal\live_weather

Code

public static function checkDayNight($date, $sunrise, $sunset);