You are here

public function LocaleProjectStorageInterface::deleteMultiple in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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 71
Contains \Drupal\locale\LocaleProjectStorageInterface.

Class

LocaleProjectStorageInterface
Defines the locale project storage interface.

Namespace

Drupal\locale

Code

public function deleteMultiple(array $keys);