You are here

public function CountryTimezone::getIdentifier in Geo Time Zone 8.3

Same name and namespace in other branches
  1. 8.2 src/CountryTimezone.php \Drupal\geotimezone\CountryTimezone::getIdentifier()
  2. 6.2 src/CountryTimezone.php \Drupal\geotimezone\CountryTimezone::getIdentifier()
  3. 7.2 src/CountryTimezone.php \Drupal\geotimezone\CountryTimezone::getIdentifier()

Get the time zone identifier.

Return value

string Time zone identifier. NULL if not found.

Overrides TimezoneInterface::getIdentifier

File

src/CountryTimezone.php, line 67
Contains \Drupal\geotimezone\CountryTimezone.

Class

CountryTimezone
Holds the list of time zone based on country code.

Namespace

Drupal\geotimezone

Code

public function getIdentifier() {
  return $this->identifier;
}