StyleInterface.php in Openlayers 7.3
Interface StyleInterface.
Namespace
Drupal\openlayers\TypesFile
src/Types/StyleInterface.phpView source
<?php
/**
* @file
* Interface StyleInterface.
*/
namespace Drupal\openlayers\Types;
/**
* Interface StyleInterface.
*/
interface StyleInterface extends ObjectInterface {
}
Interfaces
Name | Description |
---|---|
StyleInterface | Interface StyleInterface. |