Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / metatag / src / Plugin / metatag / Group / GooglePlus.php
diff --git a/web/modules/contrib/metatag/src/Plugin/metatag/Group/GooglePlus.php b/web/modules/contrib/metatag/src/Plugin/metatag/Group/GooglePlus.php
deleted file mode 100644 (file)
index 6fd3c07..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-
-namespace Drupal\metatag\Plugin\metatag\Group;
-
-/**
- * The open graph group.
- *
- * @MetatagGroup(
- *   id = "google_plus",
- *   label = @Translation("Google Plus"),
- *   description = @Translation("A set of meta tags specially for controlling the summaries displayed when content is shared on <a href='https://plus.google.com/'>Google+</a>."),
- *   weight = 5
- * )
- */
-class GooglePlus extends GroupBase {
-  // Inherits everything from Base.
-}