You are here

public function ClientAuthorizationInterface::getStorageKey in Entity Share 8.3

Returns the plugin data if it is set, otherwise returns NULL.

Return value

mixed|null The data.

1 method overrides ClientAuthorizationInterface::getStorageKey()
ClientAuthorizationPluginBase::getStorageKey in modules/entity_share_client/src/ClientAuthorization/ClientAuthorizationPluginBase.php
Returns the plugin data if it is set, otherwise returns NULL.

File

modules/entity_share_client/src/ClientAuthorization/ClientAuthorizationInterface.php, line 75

Class

ClientAuthorizationInterface
Defines an interface for Client authorization plugins.

Namespace

Drupal\entity_share_client\ClientAuthorization

Code

public function getStorageKey();