metatag-8.x-1.x-dev/metatag_mobile/src/Plugin/metatag/Group/AppleMobile.php
metatag_mobile/src/Plugin/metatag/Group/AppleMobile.php
<?php
namespace Drupal\metatag_mobile\Plugin\metatag\Group;
use Drupal\metatag\Plugin\metatag\Group\GroupBase;
/**
* The Apple mobile group.
*
* @MetatagGroup(
* id = "apple_mobile",
* label = @Translation("Apple & iOS"),
* description = @Translation("Custom meta tags used by Apple's software, iOS, Safari, etc."),
* weight = 81
* )
*/
class AppleMobile extends GroupBase {
// Inherits everything from Base.
}
