public function 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

drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php, line 43

Class

Twig_Extension_Core

Code

public function getDateFormat() {
  return $this->dateFormats;
}