public static function Carbon::getDays in Persian Date for Drupal 8 8.4
Get the days of the week
Return value
array
File
- src/
Library/ Carbon/ Carbon.php, line 954
Class
- Carbon
- A simple API extension for DateTime
Namespace
Drupal\persian_date\Library\CarbonCode
public static function getDays() {
return static::$days;
}