GauthInterface.php in Google Auth 8
Namespace
Drupal\gauthFile
src/GauthInterface.phpView 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
Name | Description |
---|---|
GauthInterface | Provides an interface defining a Gauth entity. |