You are here

Refresh.php in Openlayers 7.3

Component: Refresh.

File

modules/openlayers_library/src/Plugin/Component/Refresh/Refresh.php
View source
<?php

/**
 * @file
 * Component: Refresh.
 */
namespace Drupal\openlayers_library\Plugin\Component\Refresh;

use Drupal\openlayers\Openlayers;
use Drupal\openlayers\Types\Component;
use Drupal\openlayers\Types\ObjectInterface;

/**
 * Class Refresh.
 *
 * @OpenlayersPlugin(
 *   id = "Refresh"
 * )
 */
class Refresh extends Component {

}

Classes

Namesort descending Description
Refresh Class Refresh.