You are here

GauthInterface.php in Google Auth 8

Namespace

Drupal\gauth

File

src/GauthInterface.php
View source
<?php

namespace Drupal\gauth;

use Drupal\Core\Entity\ContentEntityInterface;
use Drupal\user\EntityOwnerInterface;

/**
 * Provides an interface defining a Gauth entity.
 *
 * @ingroup gauth
 */
interface GauthInterface extends ContentEntityInterface, EntityOwnerInterface {

}

Interfaces

Namesort descending Description
GauthInterface Provides an interface defining a Gauth entity.