You are here

public function ClientAuthorizationInterface::checkIfAvailable in Entity Share 8.3

Returns true if the plugin method is supported.

The method could be in core, or it could require a contrib module.

Return value

bool Is this plugin available?

4 methods override ClientAuthorizationInterface::checkIfAvailable()
Anonymous::checkIfAvailable in modules/entity_share_client/src/Plugin/ClientAuthorization/Anonymous.php
Returns true if the plugin method is supported.
BasicAuth::checkIfAvailable in modules/entity_share_client/src/Plugin/ClientAuthorization/BasicAuth.php
Returns true if the plugin method is supported.
Header::checkIfAvailable in modules/entity_share_client/src/Plugin/ClientAuthorization/Header.php
Returns true if the plugin method is supported.
Oauth::checkIfAvailable in modules/entity_share_client/src/Plugin/ClientAuthorization/Oauth.php
Returns true if the plugin method is supported.

File

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

Class

ClientAuthorizationInterface
Defines an interface for Client authorization plugins.

Namespace

Drupal\entity_share_client\ClientAuthorization

Code

public function checkIfAvailable();