Version 1
[yaffs-website] / web / modules / contrib / metatag / metatag_mobile / src / Plugin / metatag / Group / AppleMobile.php
1 <?php
2 /**
3  * @file
4  * Contains \Drupal\metatag_mobile\Plugin\metatag\Group\AppleMobile.
5  */
6
7 namespace Drupal\metatag_mobile\Plugin\metatag\Group;
8
9 /**
10  * The Apple mobile group.
11  *
12  * @MetatagGroup(
13  *   id = "apple_mobile",
14  *   label = @Translation("Apple & iOS"),
15  *   description = @Translation("Custom meta tags used by Apple's software, iOS, Safari, etc."),
16  *   weight = 81
17  * )
18  */
19 class AppleMobile extends GroupBase {
20   // Inherits everything from Base.
21 }