function LocaleProjectStorageInterface::delete

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

Deletes project records for a given key.

Parameters

string $key: The key of the data to delete.

1 method overrides LocaleProjectStorageInterface::delete()
LocaleProjectStorage::delete in core/modules/locale/src/LocaleProjectStorage.php
Deletes project records for a given key.

File

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

Class

LocaleProjectStorageInterface
Defines the locale project storage interface.

Namespace

Drupal\locale

Code

public function delete($key);

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