
| Current Path : /var/www/html/german-vocational.cn/modules/video_embed_field/src/Annotation/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/german-vocational.cn/modules/video_embed_field/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;
}