public function StringInterface::setId

Sets the string unique identifier.

Parameters

int $id: The string identifier.

Return value

Drupal\locale\LocaleString The called object.

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

File

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

Class

StringInterface
Defines the locale string interface.

Namespace

Drupal\locale

Code

public function setId($id);