StringInterface::setId

public StringInterface::setId($id)

Sets the string unique identifier.

Parameters

int $id: The string identifier.

Return value

$this

File

core/modules/locale/src/StringInterface.php, line 26

Class

StringInterface
Defines the locale string interface.

Namespace

Drupal\locale

Code

public function setId($id);
doc_Drupal
2016-10-29 09:45:13
Comments
Leave a Comment

Please login to continue.