public function LocaleProjectStorageInterface::delete in Drupal 10
Same name and namespace in other branches
- 8 core/modules/locale/src/LocaleProjectStorageInterface.php \Drupal\locale\LocaleProjectStorageInterface::delete()
- 9 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.
File
- core/
modules/ locale/ src/ LocaleProjectStorageInterface.php, line 58
Class
- LocaleProjectStorageInterface
- Defines the locale project storage interface.
Namespace
Drupal\localeCode
public function delete($key);