Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / metatag / src / Plugin / metatag / Group / Facebook.php
1 <?php
2
3 namespace Drupal\metatag\Plugin\metatag\Group;
4
5 /**
6  * The basic group.
7  *
8  * @MetatagGroup(
9  *   id = "facebook",
10  *   label = @Translation("Facebook"),
11  *   description = @Translation("Meta tags used to integrate with Facebook's APIs. Most sites do not need to use these, they are primarily of benefit for sites using either the Facebook widgets, the Facebook Connect single-signon system, or are using Facebook's APIs in a custom way. Sites that do need these meta tags usually will only need to set them globally."),
12  *   weight = 6
13  * )
14  */
15 class Facebook extends GroupBase {
16   // Inherits everything from Base.
17 }