You are here

public function TMGMTTranslatorPluginControllerInterface::unescapeText in Translation Management Tool 7

Removes escape patterns from an escaped text.

Parameters

string $text: The text from which escape patterns should be removed.

Return value

string The unescaped text.

1 method overrides TMGMTTranslatorPluginControllerInterface::unescapeText()
TMGMTDefaultTranslatorPluginController::unescapeText in plugin/tmgmt.plugin.translator.inc
Removes escape patterns from an escaped text.

File

plugin/tmgmt.plugin.interface.translator.inc, line 256
Contains the source plugin interface.

Class

TMGMTTranslatorPluginControllerInterface
Interface for service plugin controllers.

Code

public function unescapeText($text);