You are here

AndroidMobile.php in Metatag 8

File

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

}

Classes

Namesort descending Description
AndroidMobile The Android mobile group.