tripal_chado/src/Entity/ChadoTermMappingInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php
namespace Drupal\tripal_chado\Entity;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface defining an Example entity.
 */
interface ChadoTermMappingInterface extends ConfigEntityInterface {
  // Add get/set methods for your configuration properties here.
}