GetDKAN/dkan

View on GitHub
modules/datastore/src/Service/Factory/ImportFactoryInterface.php

Summary

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

namespace Drupal\datastore\Service\Factory;

use Contracts\FactoryInterface;

/**
 * Interface for datastore import factories.
 */
interface ImportFactoryInterface extends FactoryInterface {

}