TwitterCardsAppUrlIphone.php in Metatag 8
File
metatag_twitter_cards/src/Plugin/metatag/Tag/TwitterCardsAppUrlIphone.phpView source
<?php
namespace Drupal\metatag_twitter_cards\Plugin\metatag\Tag;
use Drupal\metatag\Plugin\metatag\Tag\MetaNameBase;
/**
* The Twitter Cards app's custom URL scheme for iphone metatag.
*
* @MetatagTag(
* id = "twitter_cards_app_url_iphone",
* label = @Translation("iPhone app's custom URL scheme"),
* description = @Translation("The iPhone app's custom URL scheme (must include ""://"" after the scheme name)."),
* name = "twitter:app:url:iphone",
* group = "twitter_cards",
* weight = 302,
* type = "uri",
* secure = FALSE,
* multiple = FALSE
* )
*/
class TwitterCardsAppUrlIphone extends MetaNameBase {
}
Classes
Name | Description |
---|---|
TwitterCardsAppUrlIphone | The Twitter Cards app's custom URL scheme for iphone metatag. |