recurring_events-2.0.x-dev/src/Annotation/EventInstanceCreator.php
src/Annotation/EventInstanceCreator.php
<?php
declare(strict_types=1);
namespace Drupal\recurring_events\Annotation;
use Drupal\Component\Annotation\Plugin;
/**
* Defines a EventInstanceCreator annotation object.
*
* @Annotation
*/
class EventInstanceCreator extends Plugin {
/**
* Description of plugin.
*
* @var \Drupal\Core\Annotation\Translation
*
* @ingroup plugin_translatable
*/
public $description;
}
