entity_browser-8.x-2.x-dev/src/Annotation/EntityBrowserWidgetSelector.php

src/Annotation/EntityBrowserWidgetSelector.php
<?php

namespace Drupal\entity_browser\Annotation;

use Drupal\Component\Annotation\Plugin;

/**
 * Defines an entity browser widget selector annotation object.
 *
 * @see hook_entity_browser_widget_selector_info_alter()
 *
 * @Annotation
 */
class EntityBrowserWidgetSelector extends Plugin {

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

  /**
   * The human-readable name of the widget selector.
   *
   * @var \Drupal\Core\Annotation\Translation
   *
   * @ingroup plugin_translatable
   */
  public $label;

  /**
   * A brief description of the widget selector.
   *
   * This will be shown when adding or configuring this widget selector.
   *
   * @var \Drupal\Core\Annotation\Translation
   *
   * @ingroup plugin_translatable
   */
  public $description = '';

}

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

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