You are here

OgFaxNumber.php in Metatag 8

File

metatag_open_graph/src/Plugin/metatag/Tag/OgFaxNumber.php
View source
<?php

namespace Drupal\metatag_open_graph\Plugin\metatag\Tag;

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

/**
 * Provides a plugin for the 'og:fax_number' meta tag.
 *
 * @MetatagTag(
 *   id = "og_fax_number",
 *   label = @Translation("Fax number"),
 *   description = @Translation(""),
 *   name = "og:fax_number",
 *   group = "open_graph",
 *   weight = 25,
 *   type = "string",
 *   secure = FALSE,
 *   multiple = FALSE
 * )
 */
class OgFaxNumber extends MetaPropertyBase {

}

Classes

Namesort descending Description
OgFaxNumber Provides a plugin for the 'og:fax_number' meta tag.