You are here

AppleMobile.php in Metatag 8

File

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

}

Classes

Namesort descending Description
AppleMobile The Apple mobile group.