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