You are here

AppleMobileWebAppTitle.php in Metatag 8

File

metatag_mobile/src/Plugin/metatag/Tag/AppleMobileWebAppTitle.php
View source
<?php

namespace Drupal\metatag_mobile\Plugin\metatag\Tag;

use Drupal\metatag\Plugin\metatag\Tag\MetaNameBase;

/**
 * The Web App title for Apple mobile metatag.
 *
 * @MetatagTag(
 *   id = "apple_mobile_web_app_title",
 *   label = @Translation("Apple Web App Title"),
 *   description = @Translation("Overrides the long site title when using the Apple Add to Home Screen."),
 *   name = "apple-mobile-web-app-title",
 *   group = "apple_mobile",
 *   weight = 89,
 *   type = "string",
 *   secure = FALSE,
 *   multiple = FALSE
 * )
 */
class AppleMobileWebAppTitle extends MetaNameBase {

}

Classes

Namesort descending Description
AppleMobileWebAppTitle The Web App title for Apple mobile metatag.