You are here

OpenlayersControlInterface.php in Openlayers 8.4

Namespace

Drupal\openlayers

File

src/OpenlayersControlInterface.php
View source
<?php

namespace Drupal\openlayers;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface defining an Openlayers Control entity.
 */
interface OpenlayersControlInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
OpenlayersControlInterface Provides an interface defining an Openlayers Control entity.