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