GetDKAN/dkan

View on GitHub
modules/harvest/src/HarvestHashInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace Drupal\harvest;

use Drupal\Core\Entity\ContentEntityInterface;

/**
 * Provides an interface defining a harvest hash entity type.
 */
interface HarvestHashInterface extends ContentEntityInterface, \JsonSerializable {

}