You are here

Thumbnail.php in Metatag 8

File

metatag_google_cse/src/Plugin/metatag/Tag/Thumbnail.php
View source
<?php

namespace Drupal\metatag_google_cse\Plugin\metatag\Tag;

use Drupal\metatag\Plugin\metatag\Tag\MetaNameBase;

/**
 * Provides a plugin for the 'thumbnail' meta tag.
 *
 * @MetatagTag(
 *   id = "thumbnail",
 *   label = @Translation("Thumbnail"),
 *   description = @Translation("Use a url of a valid image."),
 *   name = "thumbnail",
 *   group = "google_cse",
 *   weight = 0,
 *   type = "uri",
 *   secure = FALSE,
 *   multiple = FALSE
 * )
 */
class Thumbnail extends MetaNameBase {

}

Classes

Namesort descending Description
Thumbnail Provides a plugin for the 'thumbnail' meta tag.