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 / AppleMobile.php
1 <?php
2
3 namespace Drupal\metatag_mobile\Plugin\metatag\Group;
4
5 /**
6  * The Apple mobile group.
7  *
8  * @MetatagGroup(
9  *   id = "apple_mobile",
10  *   label = @Translation("Apple & iOS"),
11  *   description = @Translation("Custom meta tags used by Apple's software, iOS, Safari, etc."),
12  *   weight = 81
13  * )
14  */
15 class AppleMobile extends GroupBase {
16   // Inherits everything from Base.
17 }