You are here

function TMGMTRemote::getRemoteData in Translation Management Tool 7

Gets data from remote_data storage.

Parameters

string $key: Access key for the data.

Return value

mixed Stored data.

File

entity/tmgmt.entity.remote.inc, line 142

Class

TMGMTRemote
Entity class for the tmgmt_remote entity.

Code

function getRemoteData($key) {
  return $this->remote_data[$key];
}