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