metatag-8.x-1.x-dev/metatag_mobile/src/Plugin/metatag/Tag/MsapplicationSquare310x310logo.php
metatag_mobile/src/Plugin/metatag/Tag/MsapplicationSquare310x310logo.php
<?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 {
// Nothing here yet. Just a placeholder class for a plugin.
}
