crossword-8.x-1.x-dev/modules/crossword_image/src/Annotation/CrosswordImage.php

modules/crossword_image/src/Annotation/CrosswordImage.php
<?php

namespace Drupal\crossword_image\Annotation;

use Drupal\Component\Annotation\Plugin;

/**
 * Defines a CrosswordImage item annotation object.
 *
 * @Annotation
 */
class CrosswordImage extends Plugin {

  /**
   * The plugin ID.
   *
   * @var string
   */
  public $id;

  /**
   * The title of the plugin.
   *
   * @var \Drupal\Core\Annotation\Translation
   *
   * @ingroup plugin_translatable
   */
  public $title;

  /**
   * The php image type (e.g. IMAGETYPE_PNG).
   *
   * @var int
   */
  public $type;

  /**
   * Toolkit id. Probably "gd".
   *
   * @var string
   */
  public $toolkit;

}

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

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