You are here

public function Xml::decodeIdSafeBase64 in TMGMT Translator Smartling 8.4

Returns decoded id safe base64 data.

Overrides Html::decodeIdSafeBase64

1 call to Xml::decodeIdSafeBase64()
Xml::import in src/Plugin/tmgmt_file/Format/Xml.php
Implements TMGMTFileExportInterface::import().

File

src/Plugin/tmgmt_file/Format/Xml.php, line 206

Class

Xml
Export into XML.

Namespace

Drupal\tmgmt_smartling\Plugin\tmgmt_file\Format

Code

public function decodeIdSafeBase64($data) {
  return parent::decodeIdSafeBase64($data);
}