You are here

OgPhoneNumber.php in Metatag 8

File

metatag_open_graph/src/Plugin/metatag/Tag/OgPhoneNumber.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:phone_number' meta tag.
 *
 * @MetatagTag(
 *   id = "og_phone_number",
 *   label = @Translation("Phone number"),
 *   description = @Translation(""),
 *   name = "og:phone_number",
 *   group = "open_graph",
 *   weight = 24,
 *   type = "string",
 *   secure = FALSE,
 *   multiple = FALSE
 * )
 */
class OgPhoneNumber extends MetaPropertyBase {

}

Classes

Namesort descending Description
OgPhoneNumber Provides a plugin for the 'og:phone_number' meta tag.