You are here

ShortLink.php in Metatag 8

File

src/Plugin/metatag/Tag/ShortLink.php
View 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 {

}

Classes

Namesort descending Description
ShortLink Provides a plugin for the 'shortlink' meta tag.