You are here

AcceptedInterface.php in Legal 8

Same filename and directory in other branches
  1. 2.0.x src/AcceptedInterface.php

Namespace

Drupal\legal

File

src/AcceptedInterface.php
View source
<?php

namespace Drupal\legal;

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

/**
 * Provides an interface defining a Terms & Conditions Accepted entity.
 *
 * @ingroup legal
 */
interface AcceptedInterface extends ContentEntityInterface, EntityOwnerInterface, EntityChangedInterface {

}

Interfaces

Namesort descending Description
AcceptedInterface Provides an interface defining a Terms & Conditions Accepted entity.