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