Implements Drupal\locale\StringInterface::setId().
Overrides StringInterface::setId
File
- drupal/core/modules/locale/lib/Drupal/locale/StringBase.php, line 79
- Definition of Drupal\locale\StringBase.
Class
- StringBase
- Defines the locale string base class.
Namespace
Drupal\locale
Code
public function setId($lid) {
$this->lid = $lid;
return $this;
}