public function StringInterface::getId

Gets the string unique identifier.

Return value

int The string identifier.

1 method overrides StringInterface::getId()
StringBase::getId in drupal/core/modules/locale/lib/Drupal/locale/StringBase.php
Implements Drupal\locale\StringInterface::getId().

File

drupal/core/modules/locale/lib/Drupal/locale/StringInterface.php, line 21
Definition of Drupal\locale\StringInterface.

Class

StringInterface
Defines the locale string interface.

Namespace

Drupal\locale

Code

public function getId();