You are here

ControlInterface.php in Openlayers 7.3

Interface ControlInterface.

File

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

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


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

}

Interfaces

Namesort descending Description
ControlInterface Interface ControlInterface.