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