You are here

MsapplicationAllowDomainApiCalls.php in Metatag 8

File

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

namespace Drupal\metatag_mobile\Plugin\metatag\Tag;

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

/**
 * Provides a plugin for the 'msapplication:allowDomainApiCalls' meta tag.
 *
 * @MetatagTag(
 *   id = "msapplication_allowDomainApiCalls",
 *   label = @Translation("MSApplication - Allow domain API calls"),
 *   description = @Translation("Allows tasks to be defined on child domains of the fully qualified domain name associated with the pinned site. Should be either 'true' or 'false'."),
 *   name = "msapplication-allowDomainApiCalls",
 *   group = "windows_mobile",
 *   weight = 95,
 *   type = "string",
 *   secure = FALSE,
 *   multiple = FALSE
 * )
 */
class MsapplicationAllowDomainApiCalls extends MetaNameBase {

}

Classes

Namesort descending Description
MsapplicationAllowDomainApiCalls Provides a plugin for the 'msapplication:allowDomainApiCalls' meta tag.