LanguageTranslator::removeTranslation()
Remove a translation
Usage
$languageTranslator->removeTranslation(string $textdomain, string $hash);Arguments
| Name | Type(s) | Description |
|---|---|---|
$textdomain | string | |
$hash | string | May be the translation hash or the translated text. |
Return value
$thisObject instance it was called from (method supports fluent interface).
LanguageTranslator methods and properties
API reference based on ProcessWire core version 3.0.252