niobi-8.x-2.0-alpha4/modules/niobi_form/src/Entity/NiobiFormTypeInterface.php
modules/niobi_form/src/Entity/NiobiFormTypeInterface.php
<?php
namespace Drupal\niobi_form\Entity;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface for defining Niobi Form type entities.
*/
interface NiobiFormTypeInterface extends ConfigEntityInterface {
// Add get/set methods for your configuration properties here.
}
