You are here

RegistrantTypeInterface.php in RNG - Events and Registrations 3.x

Same filename and directory in other branches
  1. 8.2 src/Entity/RegistrantTypeInterface.php

Namespace

Drupal\rng\Entity

File

src/Entity/RegistrantTypeInterface.php
View source
<?php

namespace Drupal\rng\Entity;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface defining a Registrant type entity.
 */
interface RegistrantTypeInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
RegistrantTypeInterface Provides an interface defining a Registrant type entity.