You are here

AlWebUrl.php in Metatag 8

File

metatag_app_links/src/Plugin/metatag/Tag/AlWebUrl.php
View source
<?php

namespace Drupal\metatag_app_links\Plugin\metatag\Tag;

use Drupal\metatag\Plugin\metatag\Tag\MetaPropertyBase;

/**
 * The AppLinks Web URL meta tag.
 *
 * @MetatagTag(
 *   id = "al_web_url",
 *   label = @Translation("Web URL"),
 *   description = @Translation("The web URL; defaults to the URL for the content that contains this tag."),
 *   name = "al:web:url",
 *   group = "app_links",
 *   weight = 2,
 *   type = "string",
 *   secure = FALSE,
 *   multiple = FALSE
 * )
 */
class AlWebUrl extends MetaPropertyBase {

}

Classes

Namesort descending Description
AlWebUrl The AppLinks Web URL meta tag.