function StringStorageInterface::deleteTranslations
Same name in other branches
- 9 core/modules/locale/src/StringStorageInterface.php \Drupal\locale\StringStorageInterface::deleteTranslations()
- 10 core/modules/locale/src/StringStorageInterface.php \Drupal\locale\StringStorageInterface::deleteTranslations()
- 11.x core/modules/locale/src/StringStorageInterface.php \Drupal\locale\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 core/
modules/ locale/ src/ StringDatabaseStorage.php - Deletes translations using conditions.
File
-
core/
modules/ locale/ src/ StringStorageInterface.php, line 140
Class
- StringStorageInterface
- Defines the locale string storage interface.
Namespace
Drupal\localeCode
public function deleteTranslations($conditions);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.