You are here

RegistrantTypeInterface.php in RNG - Events and Registrations 8

Namespace

Drupal\rng

File

src/RegistrantTypeInterface.php
View source
<?php

namespace Drupal\rng;

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.