You are here

public function TimezoneInterface::getIdentifier in Geo Time Zone 8.3

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

Get the time zone identifier.

Return value

string Time zone identifier. NULL if not found.

4 methods override TimezoneInterface::getIdentifier()
CountryTimezone::getIdentifier in src/CountryTimezone.php
Get the time zone identifier.
GeoTimezone::getIdentifier in src/GeoTimezone.php
Get the time zone identifier.
RegionTimezone::getIdentifier in src/RegionTimezone.php
Get the time zone identifier.
Timezone::getIdentifier in src/Timezone.php
Get the time zone identifier.

File

src/TimezoneInterface.php, line 22
Contains \Drupal\geotimezone\TimezoneInterface.

Class

TimezoneInterface
Provides an interface for different means to get time zone.

Namespace

Drupal\geotimezone

Code

public function getIdentifier();