You are here

SchemaPlace.php in Schema.org Metatag 8

Same filename and directory in other branches
  1. 8.2 schema_place/src/Plugin/metatag/Group/SchemaPlace.php

File

schema_place/src/Plugin/metatag/Group/SchemaPlace.php
View source
<?php

namespace Drupal\schema_place\Plugin\metatag\Group;

use Drupal\schema_metatag\Plugin\metatag\Group\SchemaGroupBase;

/**
 * Provides a plugin for the 'Place' meta tag group.
 *
 * @MetatagGroup(
 *   id = "schema_place",
 *   label = @Translation("Schema.org: Place"),
 *   description = @Translation("See Schema.org definitions for this Schema type at <a href="":url"">:url</a>.", arguments = { ":url" = "https://schema.org/Place"}),
 *   weight = 10,
 * )
 */
class SchemaPlace extends SchemaGroupBase {

}

Classes

Namesort descending Description
SchemaPlace Provides a plugin for the 'Place' meta tag group.