You are here

Pinterest.php in Metatag 8

File

metatag_pinterest/src/Plugin/metatag/Group/Pinterest.php
View source
<?php

namespace Drupal\metatag_pinterest\Plugin\metatag\Group;

use Drupal\metatag\Plugin\metatag\Group\GroupBase;

/**
 * The Pinterest group.
 *
 * @MetatagGroup(
 *   id = "pinterest",
 *   label = @Translation("Pinterest"),
 *   description = @Translation("A set of meta tags used to control how the site's content is consumed by <a href='https://pinterest.com/'>Pinterest</a>."),
 *   weight = 4
 * )
 */
class Pinterest extends GroupBase {

}

Classes

Namesort descending Description
Pinterest The Pinterest group.