tarte_au_citron-1.0.0-beta1/src/Annotation/TarteAuCitronService.php
src/Annotation/TarteAuCitronService.php
<?php
namespace Drupal\tarte_au_citron\Annotation;
use Drupal\Component\Annotation\Plugin;
use Drupal\Core\Annotation\Translation;
/**
* Defines a VideoEmbedProvider item annotation object.
*
* @Annotation
*/
class TarteAuCitronService extends Plugin {
/**
* The plugin ID.
*
* @var string
*/
public string $id;
/**
* The title of the plugin.
*
* @var \Drupal\Core\Annotation\Translation
*
* @ingroup plugin_translatable
*/
public Translation $title;
}
