Mobile.php in Metatag 8
File
metatag_mobile/src/Plugin/metatag/Group/Mobile.phpView source
<?php
namespace Drupal\metatag_mobile\Plugin\metatag\Group;
use Drupal\metatag\Plugin\metatag\Group\GroupBase;
/**
* Provides a plugin for the 'Mobile & UI Adjustments' meta tag group.
*
* @MetatagGroup(
* id = "mobile",
* label = @Translation("Mobile & UI Adjustments"),
* description = @Translation("Meta tags used to control the mobile browser experience. Some of these meta tags have been replaced by newer mobile browsers. These meta tags usually only need to be set globally, rather than per-page."),
* weight = 80
* )
*/
class Mobile extends GroupBase {
}