OpenlayersStyleInterface.php in Openlayers 8.4
Namespace
Drupal\openlayersFile
src/OpenlayersStyleInterface.phpView source
<?php
namespace Drupal\openlayers;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface defining an Openlayers Style entity.
*/
interface OpenlayersStyleInterface extends ConfigEntityInterface {
}
Interfaces
Name | Description |
---|---|
OpenlayersStyleInterface | Provides an interface defining an Openlayers Style entity. |