You are here

GridStackStylizer.php in GridStack 8.2

File

src/Annotation/GridStackStylizer.php
View source
<?php

namespace Drupal\gridstack\Annotation;

use Drupal\Component\Annotation\Plugin;

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

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

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

}

Classes

Namesort descending Description
GridStackStylizer Defines a GridStackStylizer item annotation object.