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 / WindowsMobile.php
1 <?php
2
3 namespace Drupal\metatag_mobile\Plugin\metatag\Group;
4
5 /**
6  * The Windows mobile group.
7  *
8  * @MetatagGroup(
9  *   id = "windows_mobile",
10  *   label = @Translation("Windows & Windows Mobile"),
11  *   description = @Translation("Custom meta tags used by the Windows and Windows Mobile OSes, IE browser, etc."),
12  *   weight = 83
13  * )
14  */
15 class WindowsMobile extends GroupBase {
16   // Inherits everything from Base.
17 }