You are here

protected property TestTranslator::$escapeStart in Translation Management Tool 8

Characters that indicate the beginning of an escaped string.

Type: string

Overrides TranslatorPluginBase::$escapeStart

File

tmgmt_test/src/Plugin/tmgmt/Translator/TestTranslator.php, line 34

Class

TestTranslator
Test source plugin implementation.

Namespace

Drupal\tmgmt_test\Plugin\tmgmt\Translator

Code

protected $escapeStart = '[[[';