public function StringBase::getId

Implements Drupal\locale\StringInterface::getId().

Overrides StringInterface::getId

1 call to StringBase::getId()
StringBase::getLocations in drupal/core/modules/locale/lib/Drupal/locale/StringBase.php
Implements Drupal\locale\StringInterface::getLocation().

File

drupal/core/modules/locale/lib/Drupal/locale/StringBase.php, line 72
Definition of Drupal\locale\StringBase.

Class

StringBase
Defines the locale string base class.

Namespace

Drupal\locale

Code

public function getId() {
  return isset($this->lid) ? $this->lid : NULL;
}