entity_print-8.x-2.2/src/Annotation/PrintEngine.php

src/Annotation/PrintEngine.php
<?php

namespace Drupal\entity_print\Annotation;

use Drupal\Component\Annotation\Plugin;

/**
 * The PrintEngine annotation.
 *
 * @Annotation
 */
class PrintEngine extends Plugin {

  /**
   * The unique Id of the Print engine implementation.
   *
   * @var string
   */
  public $id;

  /**
   * The human readable name of the Print engine implementation.
   *
   * @var string
   */
  public $label;

  /**
   * The filetype to be exported to.
   *
   * @var string
   *
   * @codingStandardsIgnoreStart
   */
  public $export_type;

}

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

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