You are here

AlIosAppStoreId.php in Metatag 8

File

metatag_app_links/src/Plugin/metatag/Tag/AlIosAppStoreId.php
View source
<?php

namespace Drupal\metatag_app_links\Plugin\metatag\Tag;

use Drupal\metatag\Plugin\metatag\Tag\MetaPropertyBase;

/**
 * The AppLinks iOS app store ID meta tag.
 *
 * @MetatagTag(
 *   id = "al_ios_app_store_id",
 *   label = @Translation("iOS app store ID"),
 *   description = @Translation("The app ID for the app store."),
 *   name = "al:ios:app_store_id",
 *   group = "app_links",
 *   weight = 1,
 *   type = "string",
 *   secure = FALSE,
 *   multiple = FALSE
 * )
 */
class AlIosAppStoreId extends MetaPropertyBase {

}

Classes

Namesort descending Description
AlIosAppStoreId The AppLinks iOS app store ID meta tag.