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