metatag-8.x-1.x-dev/metatag_mobile/src/Plugin/metatag/Group/AndroidMobile.php
metatag_mobile/src/Plugin/metatag/Group/AndroidMobile.php
<?php
namespace Drupal\metatag_mobile\Plugin\metatag\Group;
use Drupal\metatag\Plugin\metatag\Group\GroupBase;
/**
* The Android mobile group.
*
* @MetatagGroup(
* id = "android_mobile",
* label = @Translation("Android"),
* description = @Translation("Custom meta tags used by the Android OS, browser, etc."),
* weight = 82
* )
*/
class AndroidMobile extends GroupBase {
// Inherits everything from Base.
}
