Saved reports (templates) are now just called "reports".
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
<?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.
|
||||
}
|
Reference in New Issue
Block a user