StringBase::getId

public StringBase::getId()

Gets the string unique identifier.

Return value

int The string identifier.

Overrides StringInterface::getId

File

core/modules/locale/src/StringBase.php, line 67

Class

StringBase
Defines the locale string base class.

Namespace

Drupal\locale

Code

public function getId() {
  return isset($this->lid) ? $this->lid : NULL;
}
doc_Drupal
2016-10-29 09:45:01
Comments
Leave a Comment

Please login to continue.