You are here

MsapplicationStartUrl.php in Metatag 8

File

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

namespace Drupal\metatag_mobile\Plugin\metatag\Tag;

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

/**
 * Provides a plugin for the 'msapplication:starturl' meta tag.
 *
 * @MetatagTag(
 *   id = "msapplication_starturl",
 *   label = @Translation("MSApplication - Start URL"),
 *   description = @Translation("The URL to the root page of the site."),
 *   name = "msapplication-starturl",
 *   group = "windows_mobile",
 *   weight = 105,
 *   type = "string",
 *   secure = FALSE,
 *   multiple = FALSE
 * )
 */
class MsapplicationStartUrl extends MetaNameBase {

}

Classes

Namesort descending Description
MsapplicationStartUrl Provides a plugin for the 'msapplication:starturl' meta tag.