Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / metatag / metatag_open_graph / src / Plugin / metatag / Tag / OgImageSecureUrl.php
index c3c854878c29874dba1b299eb39bd35c6b7c85de..fbf7a152a2cbe0d649a8bcc9266918844a893421 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:image:secure_url' meta tag.
@@ -16,7 +16,8 @@ use \Drupal\metatag\Plugin\metatag\Tag\MetaPropertyBase;
  *   weight = 11,
  *   type = "image",
  *   secure = TRUE,
- *   multiple = FALSE
+ *   multiple = FALSE,
+ *   absolute_url = TRUE
  * )
  */
 class OgImageSecureUrl extends MetaPropertyBase {