You are here

public function Header::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?

Overrides ClientAuthorizationInterface::checkIfAvailable

File

modules/entity_share_client/src/Plugin/ClientAuthorization/Header.php, line 23

Class

Header
Provides Header based client authorization.

Namespace

Drupal\entity_share_client\Plugin\ClientAuthorization

Code

public function checkIfAvailable() {
  return TRUE;
}