You are here

public function RegionTimezone::getIdentifier in Geo Time Zone 8.3

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

Get the time zone identifier.

Return value

string Time zone identifier. NULL if not found.

Overrides TimezoneInterface::getIdentifier

File

src/RegionTimezone.php, line 80
Contains \Drupal\geotimezone\RegionTimezone.

Class

RegionTimezone
Holds the list of time zone based on region code and region name.

Namespace

Drupal\geotimezone

Code

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