You are here

public function StringInterface::getId in Localization update 7.2

Gets the string unique identifier.

Return value

int The string identifier.

1 method overrides StringInterface::getId()
StringBase::getId in includes/locale/StringBase.php
Implements StringInterface::getId().

File

includes/locale/StringInterface.php, line 19
Definition of StringInterface.

Class

StringInterface
Defines the locale string interface.

Code

public function getId();