You are here

OpenlayersSourceInterface.php in Openlayers 8.4

Namespace

Drupal\openlayers

File

src/OpenlayersSourceInterface.php
View source
<?php

namespace Drupal\openlayers;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface defining an Openlayers Source entity.
 */
interface OpenlayersSourceInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
OpenlayersSourceInterface Provides an interface defining an Openlayers Source entity.