RegistrationTypeInterface.php in RNG - Events and Registrations 8
Namespace
Drupal\rngFile
src/RegistrationTypeInterface.phpView source
<?php
namespace Drupal\rng;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface defining a Registration type entity.
*/
interface RegistrationTypeInterface extends ConfigEntityInterface {
}
Interfaces
Name | Description |
---|---|
RegistrationTypeInterface | Provides an interface defining a Registration type entity. |