ApiKeyInterface.php in Services API Key Authentication 2.0.x
Same filename and directory in other branches
Namespace
Drupal\services_api_key_authFile
src/ApiKeyInterface.phpView source
<?php
namespace Drupal\services_api_key_auth;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface for defining Api key entities.
*/
interface ApiKeyInterface extends ConfigEntityInterface {
}
Interfaces
Name | Description |
---|---|
ApiKeyInterface | Provides an interface for defining Api key entities. |