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