public function StringStorageInterface::deleteTranslations

Deletes translations using conditions.

Parameters

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

1 method overrides StringStorageInterface::deleteTranslations()

File

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

Class

StringStorageInterface
Defines the locale string storage interface.

Namespace

Drupal\locale

Code

public function deleteTranslations($conditions);