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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.