You are here

constant TMGMT_ARRAY_DELIMITER in Translation Management Tool 7

String used to delimit flattened array keys.

3 uses of TMGMT_ARRAY_DELIMITER
tmgmt_ensure_keys_array in ./tmgmt.module
Converts string keys to array keys.
tmgmt_flatten_data in ./tmgmt.module
Converts a nested data array into a flattened structure with a combined key.
tmgmt_unflatten_data in ./tmgmt.module
Converts a flattened data structure into a nested array.

File

./tmgmt.module, line 128
Main module file for the Translation Management module.

Code

define('TMGMT_ARRAY_DELIMITER', '][');