You are here

function simplenews_statistics_encoder_base_decode_mapping in Simplenews Statistics 7

Same name and namespace in other branches
  1. 7.2 simplenews_statistics_encoder/encoder.inc \simplenews_statistics_encoder_base_decode_mapping()
1 call to simplenews_statistics_encoder_base_decode_mapping()
simplenews_statistics_encoder_decode in simplenews_statistics_encoder/encoder.inc

File

simplenews_statistics_encoder/encoder.inc, line 84
Encoder for IDs. Some logic borrowed from shorturl module.

Code

function simplenews_statistics_encoder_base_decode_mapping() {
  return array_flip(simplenews_statistics_encoder_base_encode_mapping());
}