You are here

RegistrationTypeInterface.php in RNG - Events and Registrations 8.2

Same filename and directory in other branches
  1. 3.x src/Entity/RegistrationTypeInterface.php

Namespace

Drupal\rng\Entity

File

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

namespace Drupal\rng\Entity;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface defining a Registration type entity.
 */
interface RegistrationTypeInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
RegistrationTypeInterface Provides an interface defining a Registration type entity.