You are here

public function RemoteInterface::getAuthPlugin in Entity Share 8.3

Helper method to instantiate auth plugin from this entity.

Return value

\Drupal\entity_share_client\ClientAuthorization\ClientAuthorizationInterface|null The plugin if it is defined.

Throws

\Drupal\Component\Plugin\Exception\PluginException

1 method overrides RemoteInterface::getAuthPlugin()
Remote::getAuthPlugin in modules/entity_share_client/src/Entity/Remote.php
Helper method to instantiate auth plugin from this entity.

File

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

Class

RemoteInterface
Provides an interface for defining Remote entities.

Namespace

Drupal\entity_share_client\Entity

Code

public function getAuthPlugin();