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