You are here

WindowsMobile.php in Metatag 8

File

metatag_mobile/src/Plugin/metatag/Group/WindowsMobile.php
View source
<?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 {

}

Classes

Namesort descending Description
WindowsMobile The Windows mobile group.