public function RemoteMappingInterface::getRemoteData in Translation Management Tool 8
Gets data from remote_data storage.
Parameters
string $key: Access key for the data.
Return value
mixed Stored data.
1 method overrides RemoteMappingInterface::getRemoteData()
- RemoteMapping::getRemoteData in src/
Entity/ RemoteMapping.php - Gets data from remote_data storage.
File
- src/
RemoteMappingInterface.php, line 64
Class
- RemoteMappingInterface
- Interface for the tmgmt_remote entity.
Namespace
Drupal\tmgmtCode
public function getRemoteData($key);