You are here

MsapplicationSquare310x310logo.php in Metatag 8

File

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

namespace Drupal\metatag_mobile\Plugin\metatag\Tag;

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

/**
 * Provides a plugin for the 'msapplication:square310x310logo' meta tag.
 *
 * @MetatagTag(
 *   id = "msapplication_square310x310logo",
 *   label = @Translation("MSApplication - Square logo, 310px x 310px"),
 *   description = @Translation("The URL to a logo file that is 310px by 310px."),
 *   name = "msapplication-square310x310logo",
 *   group = "windows_mobile",
 *   weight = 102,
 *   type = "image",
 *   secure = FALSE,
 *   multiple = FALSE
 * )
 */
class MsapplicationSquare310x310logo extends MetaNameBase {

}

Classes

Namesort descending Description
MsapplicationSquare310x310logo Provides a plugin for the 'msapplication:square310x310logo' meta tag.