public function RemoteMappingInterface::addRemoteData

Adds data to the remote_data storage.

Parameters

string $key: Key through which the data will be accessible.

int $value: Value to store.

1 method overrides RemoteMappingInterface::addRemoteData()
RemoteMapping::addRemoteData in src/Entity/RemoteMapping.php
Adds data to the remote_data storage.

File

src/RemoteMappingInterface.php, line 53

Class

RemoteMappingInterface
Interface for the tmgmt_remote entity.

Namespace

Drupal\tmgmt

Code

public function addRemoteData($key, $value);