public function StringInterface::delete

Deletes string object from storage.

Return value

Drupal\locale\LocaleString The called object.

Throws

Drupal\locale\StringStorageException In case of failures, an exception is thrown.

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

File

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

Class

StringInterface
Defines the locale string interface.

Namespace

Drupal\locale

Code

public function delete();