You are here

ComponentInterface.php in Openlayers 7.3

Interface ComponentInterface.

File

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

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


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

}

Interfaces

Namesort descending Description
ComponentInterface Interface ComponentInterface.