sgd_dashboard-1.0.0-beta1/src/Annotation/SgdCompanion.php
src/Annotation/SgdCompanion.php
<?php
namespace Drupal\sgd_dashboard\Annotation;
use Drupal\Component\Annotation\Plugin;
/**
* Defines a reusable plugin annotation object for SGD companion modules.
*
* @Annotation
*/
class SgdCompanion extends Plugin {
/**
* The plugin ID.
*
* @var string
*/
public $id;
}
