You are here

public function OpenIDConnectClientInterface::getLabel in OpenID Connect / OAuth client 2.x

Return the plugin label as defined in the annotation.

Return value

string Plugin label.

1 method overrides OpenIDConnectClientInterface::getLabel()
OpenIDConnectClientBase::getLabel in src/Plugin/OpenIDConnectClientBase.php
Return the plugin label as defined in the annotation.

File

src/Plugin/OpenIDConnectClientInterface.php, line 103

Class

OpenIDConnectClientInterface
Defines an interface for OpenID Connect client plugins.

Namespace

Drupal\openid_connect\Plugin

Code

public function getLabel() : string;