LanguageTranslator::removeTranslation()

Remove a translation

Usage

$languageTranslator->removeTranslation(string $textdomain, string $hash);

Arguments

NameType(s)Description
$textdomainstring
$hashstring

May be the translation hash or the translated text.

Return value

$this

Object instance it was called from (method supports fluent interface).


LanguageTranslator methods and properties

API reference based on ProcessWire core version 3.0.251