public function StringInterface::setVersion

Sets the string version.

Parameters

string $version: Version identifier.

Return value

Drupal\locale\LocaleString The called object.

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

File

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

Class

StringInterface
Defines the locale string interface.

Namespace

Drupal\locale

Code

public function setVersion($version);