protected DateFormatter::country()
Returns the default country from config.
string The config setting for country.default.
protected function country() { if ($this->country === NULL) { $this->country = \Drupal::config('system.date')->get('country.default'); } return $this->country; }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Datetime!DateFormatter.php/function/DateFormatter::country/8.1.x