You are here

GoogleScholar.php in Metatag Google Scholar 8

File

src/Plugin/metatag/Group/GoogleScholar.php
View source
<?php

namespace Drupal\metatag_google_scholar\Plugin\metatag\Group;

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

/**
 * The Google Scholar group.
 *
 * @MetatagGroup(
 *   id = "google_scholar",
 *   label = @Translation("Google Scholar"),
 *   description = @Translation("Meta tags for indexing scholarly articles in Google Scholar."),
 *   weight = 3
 * )
 */
class GoogleScholar extends GroupBase {

}

Classes

Namesort descending Description
GoogleScholar The Google Scholar group.