You are here

public function RemoteInterface::mergePluginConfig in Entity Share 8.3

Copies plugin specific data into the Remote.

Parameters

\Drupal\entity_share_client\ClientAuthorization\ClientAuthorizationInterface $plugin: The authorization plugin to merge.

1 method overrides RemoteInterface::mergePluginConfig()
Remote::mergePluginConfig in modules/entity_share_client/src/Entity/Remote.php
Copies plugin specific data into the Remote.

File

modules/entity_share_client/src/Entity/RemoteInterface.php, line 21

Class

RemoteInterface
Provides an interface for defining Remote entities.

Namespace

Drupal\entity_share_client\Entity

Code

public function mergePluginConfig(ClientAuthorizationInterface $plugin);