GridStackSkin.php in GridStack 8.2
Same filename in this branch
Namespace
Drupal\gridstack\AnnotationFile
src/Annotation/GridStackSkin.phpView source
<?php
namespace Drupal\gridstack\Annotation;
use Drupal\Component\Annotation\Plugin;
/**
* Defines a GridStackSkin item annotation object.
*
* @Annotation
*/
class GridStackSkin 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 |
---|---|
GridStackSkin | Defines a GridStackSkin item annotation object. |