public function RemoteMappingInterface::removeRemoteData

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\tmgmt

Code

public function removeRemoteData($key);