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