openlayers-8.x-4.x-dev/src/OpenlayersSourceInterface.php
src/OpenlayersSourceInterface.php
<?php
namespace Drupal\openlayers;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface defining an Openlayers Source entity.
*/
interface OpenlayersSourceInterface extends ConfigEntityInterface {
// Add get/set methods for your configuration properties here.
}