You are here

SchemaService.php in Schema.org Metatag 8

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

File

schema_service/src/Plugin/metatag/Group/SchemaService.php
View source
<?php

namespace Drupal\schema_service\Plugin\metatag\Group;

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

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

}

Classes

Namesort descending Description
SchemaService Provides a plugin for the 'Service' meta tag group.