You are here

ApiKeyInterface.php in Services API Key Authentication 8

Contains \Drupal\api_key_auth\ApiKeyInterface.

File

src/ApiKeyInterface.php
View source
<?php

/**
 * @file
 * Contains \Drupal\api_key_auth\ApiKeyInterface.
 */
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

Namesort descending Description
ApiKeyInterface Provides an interface for defining Api key entities.