public function MetadataAwareInterface::deleteMetadata in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/translation/MetadataAwareInterface.php \Symfony\Component\Translation\MetadataAwareInterface::deleteMetadata()
Deletes metadata for the given key and domain.
Passing an empty domain will delete all metadata. Passing an empty key will delete all metadata for the given domain.
Parameters
string $key The key:
string $domain The domain name:
1 method overrides MetadataAwareInterface::deleteMetadata()
- MessageCatalogue::deleteMetadata in vendor/
symfony/ translation/ MessageCatalogue.php - Deletes metadata for the given key and domain.
File
- vendor/
symfony/ translation/ MetadataAwareInterface.php, line 53
Class
- MetadataAwareInterface
- MetadataAwareInterface.
Namespace
Symfony\Component\TranslationCode
public function deleteMetadata($key = '', $domain = 'messages');