MsapplicationAllowDomainApiCalls.php in Metatag 8
Namespace
Drupal\metatag_mobile\Plugin\metatag\TagFile
metatag_mobile/src/Plugin/metatag/Tag/MsapplicationAllowDomainApiCalls.phpView 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
Name | Description |
---|---|
MsapplicationAllowDomainApiCalls | Provides a plugin for the 'msapplication:allowDomainApiCalls' meta tag. |