Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / metatag / metatag_open_graph / src / Plugin / metatag / Tag / OgVideoSecureUrl.php
index 838355581ad356f18027e0b0e001c82f70d99a4a..41003ce74e901486250578f96a2b37cdec3c6045 100644 (file)
@@ -2,7 +2,7 @@
 
 namespace Drupal\metatag_open_graph\Plugin\metatag\Tag;
 
-use \Drupal\metatag\Plugin\metatag\Tag\MetaPropertyBase;
+use Drupal\metatag\Plugin\metatag\Tag\MetaPropertyBase;
 
 /**
  * Provides a plugin for the 'og:video:secure_url' meta tag.
@@ -16,7 +16,8 @@ use \Drupal\metatag\Plugin\metatag\Tag\MetaPropertyBase;
  *   weight = 11,
  *   type = "video",
  *   secure = TRUE,
- *   multiple = FALSE
+ *   multiple = FALSE,
+ *   absolute_url = TRUE
  * )
  */
 class OgVideoSecureUrl extends MetaPropertyBase {