function LocaleProjectStorageInterface::deleteAll

Same name in other branches
  1. 8.9.x core/modules/locale/src/LocaleProjectStorageInterface.php \Drupal\locale\LocaleProjectStorageInterface::deleteAll()
  2. 10 core/modules/locale/src/LocaleProjectStorageInterface.php \Drupal\locale\LocaleProjectStorageInterface::deleteAll()
  3. 11.x core/modules/locale/src/LocaleProjectStorageInterface.php \Drupal\locale\LocaleProjectStorageInterface::deleteAll()

Deletes all projects records.

Return value

array An associative array of items successfully returned, indexed by key.

1 method overrides LocaleProjectStorageInterface::deleteAll()
LocaleProjectStorage::deleteAll in core/modules/locale/src/LocaleProjectStorage.php
Deletes all projects records.

File

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

Class

LocaleProjectStorageInterface
Defines the locale project storage interface.

Namespace

Drupal\locale

Code

public function deleteAll();

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