public function RemoteMappingInterface::removeRemoteData in Translation Management Tool 8
Removes data from remote_data storage.
Parameters
string $key: Access key for the data that are to be removed.
1 method overrides RemoteMappingInterface::removeRemoteData()
- RemoteMapping::removeRemoteData in src/
Entity/ RemoteMapping.php - Removes data from remote_data storage.
File
- src/
RemoteMappingInterface.php, line 72
Class
- RemoteMappingInterface
- Interface for the tmgmt_remote entity.
Namespace
Drupal\tmgmtCode
public function removeRemoteData($key);