Upgraded imagemagick and manually altered pdf to image module to handle changes....
[yaffs-website] / web / modules / contrib / metatag / src / Plugin / metatag / Group / AppLinks.php
1 <?php
2
3 namespace Drupal\metatag\Plugin\metatag\Group;
4
5 /**
6  * The App Links group.
7  *
8  * @MetatagGroup(
9  *   id = "app_links",
10  *   label = @Translation("App Links"),
11  *   description = @Translation("Meta tags used to expose App Links for app deep linking. See <a href='http://applinks.org/'>applinks.org</a> for details and documentation.."),
12  *   weight = 9
13  * )
14  */
15 class AppLinks extends GroupBase {
16   // Inherits everything from Base.
17 }