You are here

SchemaMetatagTestGroup.php in Schema.org Metatag 8.2

File

tests/modules/schema_metatag_test/src/Plugin/metatag/Group/SchemaMetatagTestGroup.php
View source
<?php

namespace Drupal\schema_metatag_test\Plugin\metatag\Group;

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

/**
 * Provides a plugin for the 'Test Group' meta tag group.
 *
 * @MetatagGroup(
 *   id = "schema_metatag_test_group",
 *   label = @Translation("Schema.org Test group"),
 *   description = @Translation("Test element"),
 *   weight = 10,
 * )
 */
class SchemaMetatagTestGroup extends SchemaGroupBase {

}

Classes

Namesort descending Description
SchemaMetatagTestGroup Provides a plugin for the 'Test Group' meta tag group.