public function StringStorageInterface::deleteTranslations

Deletes translations using conditions.

Parameters

array $conditions: Array with simple field conditions for string translations.

1 method overrides StringStorageInterface::deleteTranslations()
StringDatabaseStorage::deleteTranslations in drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php
Implements Drupal\locale\StringStorageInterface::deleteLanguage().

File

drupal/core/modules/locale/lib/Drupal/locale/StringStorageInterface.php, line 145
Contains \Drupal\locale\StringStorageInterface.

Class

StringStorageInterface
Defines the locale string storage interface.

Namespace

Drupal\locale

Code

public function deleteTranslations($conditions);