ShortLink.php in Metatag 8
Namespace
Drupal\metatag\Plugin\metatag\TagFile
src/Plugin/metatag/Tag/ShortLink.phpView source
<?php
namespace Drupal\metatag\Plugin\metatag\Tag;
/**
* Provides a plugin for the 'shortlink' meta tag.
*
* @MetatagTag(
* id = "shortlink",
* label = @Translation("Shortlink URL"),
* description = @Translation("A brief URL, often created by a URL shortening service."),
* name = "shortlink",
* group = "advanced",
* weight = 1,
* type = "uri",
* secure = FALSE,
* multiple = FALSE
* )
*/
class ShortLink extends LinkRelBase {
}