You are here

public function KeyInterface::getKeyProvider in Key 8

Returns the configured key provider for the key.

Return value

\Drupal\key\Plugin\KeyProviderInterface The key provider associated with the key.

1 method overrides KeyInterface::getKeyProvider()
Key::getKeyProvider in src/Entity/Key.php
Returns the configured key provider for the key.

File

src/KeyInterface.php, line 63

Class

KeyInterface
Provides an interface defining a Key entity.

Namespace

Drupal\key

Code

public function getKeyProvider();