public function LocaleProjectStorageInterface::setMultiple in Drupal 8
Same name and namespace in other branches
- 9 core/modules/locale/src/LocaleProjectStorageInterface.php \Drupal\locale\LocaleProjectStorageInterface::setMultiple()
- 10 core/modules/locale/src/LocaleProjectStorageInterface.php \Drupal\locale\LocaleProjectStorageInterface::setMultiple()
Creates or updates multiple project records.
Parameters
array $data: An associative array of key/value pairs.
1 method overrides LocaleProjectStorageInterface::setMultiple()
- LocaleProjectStorage::setMultiple in core/
modules/ locale/ src/ LocaleProjectStorage.php - Creates or updates multiple project records.
File
- core/
modules/ locale/ src/ LocaleProjectStorageInterface.php, line 50
Class
- LocaleProjectStorageInterface
- Defines the locale project storage interface.
Namespace
Drupal\localeCode
public function setMultiple(array $data);