You are here

AlWebShouldFallback.php in Metatag 8

File

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

namespace Drupal\metatag_app_links\Plugin\metatag\Tag;

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

/**
 * The AppLinks Web Should Fallback meta tag.
 *
 * @MetatagTag(
 *   id = "al_web_should_fallback",
 *   label = @Translation("Should fallback"),
 *   description = @Translation("Indicates if the web URL should be used as a fallback; defaults to ""true""."),
 *   name = "al:web:should_fallback",
 *   group = "app_links",
 *   weight = 2,
 *   type = "string",
 *   secure = FALSE,
 *   multiple = FALSE
 * )
 */
class AlWebShouldFallback extends MetaPropertyBase {

}

Classes

Namesort descending Description
AlWebShouldFallback The AppLinks Web Should Fallback meta tag.