function LocaleProjectStorageInterface::deleteMultiple
Same name in other branches
- 9 core/modules/locale/src/LocaleProjectStorageInterface.php \Drupal\locale\LocaleProjectStorageInterface::deleteMultiple()
- 10 core/modules/locale/src/LocaleProjectStorageInterface.php \Drupal\locale\LocaleProjectStorageInterface::deleteMultiple()
- 11.x core/modules/locale/src/LocaleProjectStorageInterface.php \Drupal\locale\LocaleProjectStorageInterface::deleteMultiple()
Deletes multiple project records.
Parameters
array $keys: A list of item names to delete.
1 method overrides LocaleProjectStorageInterface::deleteMultiple()
- LocaleProjectStorage::deleteMultiple in core/
modules/ locale/ src/ LocaleProjectStorage.php - Deletes multiple project records.
File
-
core/
modules/ locale/ src/ LocaleProjectStorageInterface.php, line 66
Class
- LocaleProjectStorageInterface
- Defines the locale project storage interface.
Namespace
Drupal\localeCode
public function deleteMultiple(array $keys);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.