public function Twig_Extension_Core::getDateFormat in Translation template extractor 6.3
Same name and namespace in other branches
- 7.3 vendor/Twig/Extension/Core.php \Twig_Extension_Core::getDateFormat()
Gets the default format to be used by the date filter.
Return value
array The default date format string and the default date interval format string
File
- vendor/
Twig/ Extension/ Core.php, line 66
Class
Code
public function getDateFormat() {
return $this->dateFormats;
}