openlayers-8.x-4.x-dev/src/Plugin/Interaction/Modify/Modify.php

src/Plugin/Interaction/Modify/Modify.php
<?php

namespace Drupal\openlayers\Plugin\Interaction\Modify;

use Drupal\Core\Form\FormStateInterface;
use Drupal\openlayers\Types\Interaction;

/**
 * FIX - Insert short comment here.
 *
 * @OpenlayersPlugin(
 *   id = "ol_interaction_modify",
 *   label = @Translation("Modify"),
 *   description = @Translation("TODO..."),
 *   service = "openlayers.Interaction:Modify",
 *   library = "openlayers-plugin-interaction-modify",
 *   is_configurable = "true",
 *   type = "interaction"
 * )
 */
class Modify extends Interaction {

  /**
   * {@inheritdoc}
   */
  public function buildConfigurationForm(array $form, FormStateInterface $form_state) {
    return $form;
  }

}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc