You are here

StyleInterface.php in Openlayers 7.3

Interface StyleInterface.

File

src/Types/StyleInterface.php
View source
<?php

/**
 * @file
 * Interface StyleInterface.
 */
namespace Drupal\openlayers\Types;


/**
 * Interface StyleInterface.
 */
interface StyleInterface extends ObjectInterface {

}

Interfaces

Namesort descending Description
StyleInterface Interface StyleInterface.