function LocaleProjectStorageInterface::setMultiple

Same name and namespace in other branches
  1. 9 core/modules/locale/src/LocaleProjectStorageInterface.php \Drupal\locale\LocaleProjectStorageInterface::setMultiple()
  2. 8.9.x core/modules/locale/src/LocaleProjectStorageInterface.php \Drupal\locale\LocaleProjectStorageInterface::setMultiple()
  3. 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.

File

core/modules/locale/src/LocaleProjectStorageInterface.php, line 50

Class

LocaleProjectStorageInterface
Defines the locale project storage interface.

Namespace

Drupal\locale

Code

public function setMultiple(array $data);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.