rng-3.x-dev/src/Entity/RegistrationTypeInterface.php
src/Entity/RegistrationTypeInterface.php
<?php namespace Drupal\rng\Entity; use Drupal\Core\Config\Entity\ConfigEntityInterface; /** * Provides an interface defining a Registration type entity. */ interface RegistrationTypeInterface extends ConfigEntityInterface { }