Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / modules / contrib / metatag / metatag_mobile / src / Plugin / metatag / Group / AndroidMobile.php
1 <?php
2
3 namespace Drupal\metatag_mobile\Plugin\metatag\Group;
4
5 /**
6  * The Android mobile group.
7  *
8  * @MetatagGroup(
9  *   id = "android_mobile",
10  *   label = @Translation("Android"),
11  *   description = @Translation("Custom meta tags used by the Android OS, browser, etc."),
12  *   weight = 82
13  * )
14  */
15 class AndroidMobile extends GroupBase {
16   // Inherits everything from Base.
17 }