kai-jacobsen/kontentblocks

View on GitHub
core/Backend/Environment/EnvironmentInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Kontentblocks\Backend\Environment;


/**
 * Interface EnvironmentInterface
 */
interface EnvironmentInterface
{
    public function getDataProvider();

    public function getId();

    public function export();
}