public function Xml::encodeIdSafeBase64 in TMGMT Translator Smartling 8.4
Returns base64 encoded data that is safe for use in xml ids.
Overrides Html::encodeIdSafeBase64
File
- src/
Plugin/ tmgmt_file/ Format/ Xml.php, line 210
Class
- Xml
- Export into XML.
Namespace
Drupal\tmgmt_smartling\Plugin\tmgmt_file\FormatCode
public function encodeIdSafeBase64($data) {
return parent::encodeIdSafeBase64($data);
}