metatag-8.x-1.x-dev/metatag_mobile/src/Plugin/metatag/Group/WindowsMobile.php
metatag_mobile/src/Plugin/metatag/Group/WindowsMobile.php
<?php
namespace Drupal\metatag_mobile\Plugin\metatag\Group;
use Drupal\metatag\Plugin\metatag\Group\GroupBase;
/**
* The Windows mobile group.
*
* @MetatagGroup(
* id = "windows_mobile",
* label = @Translation("Windows & Windows Mobile"),
* description = @Translation("Custom meta tags used by the Windows and Windows Mobile OSes, IE browser, etc."),
* weight = 83
* )
*/
class WindowsMobile extends GroupBase {
// Inherits everything from Base.
}
