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; }
Please login to continue.