You are here

SourceInterface.php in Openlayers 7.3

Interface SourceInterface.

File

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

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


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

}

Interfaces

Namesort descending Description
SourceInterface Interface SourceInterface.