removed "report" config entity

so as to try out making it a content entity instead.
This commit is contained in:
Naomi
2018-09-17 17:23:03 +01:00
parent c48f58d49b
commit e14a68ef62
6 changed files with 0 additions and 244 deletions

View File

@ -1,13 +0,0 @@
<?php
namespace Drupal\opencase_reporting\Entity;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface for defining OpenCase Report entities.
*/
interface OpenCaseReportInterface extends ConfigEntityInterface {
// Add get/set methods for your configuration properties here.
}