You are here

CitationIsbn.php in Metatag Google Scholar 8

File

src/Plugin/metatag/Tag/CitationIsbn.php
View source
<?php

namespace Drupal\metatag_google_scholar\Plugin\metatag\Tag;

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

/**
 * Provides a plugin for the 'citation_isbn' meta tag.
 *
 * @MetatagTag(
 *   id = "citation_isbn",
 *   label = @Translation("ISBN"),
 *   description = @Translation("ISBN."),
 *   name = "citation_isbn",
 *   group = "google_scholar",
 *   weight = 5,
 *   type = "string",
 *   secure = FALSE,
 *   multiple = FALSE
 * )
 */
class CitationIsbn extends MetaNameBase {

}

Classes

Namesort descending Description
CitationIsbn Provides a plugin for the 'citation_isbn' meta tag.