function StringStorageInterface::deleteStrings
Same name in other branches
- 9 core/modules/locale/src/StringStorageInterface.php \Drupal\locale\StringStorageInterface::deleteStrings()
- 8.9.x core/modules/locale/src/StringStorageInterface.php \Drupal\locale\StringStorageInterface::deleteStrings()
- 11.x core/modules/locale/src/StringStorageInterface.php \Drupal\locale\StringStorageInterface::deleteStrings()
Deletes source strings and translations using conditions.
Parameters
array $conditions: Array with simple field conditions for source strings.
File
-
core/
modules/ locale/ src/ StringStorageInterface.php, line 132
Class
- StringStorageInterface
- Defines the locale string storage interface.
Namespace
Drupal\localeCode
public function deleteStrings($conditions);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.