You are here

ViewSync.php in Openlayers 7.3

Component: ViewSync.

File

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

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

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

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

}

Classes

Namesort descending Description
ViewSync Class ViewSync.