facets-8.x-1.x-dev/tests/facets_custom_widget/src/Plugin/facets/widget/WidgetDateQT.php

tests/facets_custom_widget/src/Plugin/facets/widget/WidgetDateQT.php
<?php

namespace Drupal\facets_custom_widget\Plugin\facets\widget;

use Drupal\facets\Widget\WidgetPluginBase;

/**
 * Test widget.
 *
 * @FacetsWidget(
 *   id = "widget_date_qt",
 *   label = @Translation("Widget with date query type"),
 *   description = @Translation("Widget with date query type"),
 * )
 */
class WidgetDateQT extends WidgetPluginBase {

  /**
   * {@inheritdoc}
   */
  public function getQueryType() {
    return 'date';
  }

}

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

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