AstroFields/Core

View on GitHub
src/Providers/EntityProviderInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace WCM\AstroFields\Core\Providers;

interface EntityProviderInterface extends DataProviderInterface
{
    public function getKey();

    public function getValue();
}