You are here

ApiKeyInterface.php in Services API Key Authentication 3.0.x

File

src/ApiKeyInterface.php
View 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

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