GridStackStylizer.php in GridStack 8.2
Same filename in this branch
Namespace
Drupal\gridstack\AnnotationFile
src/Annotation/GridStackStylizer.phpView 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
Name | Description |
---|---|
GridStackStylizer | Defines a GridStackStylizer item annotation object. |