You are here

SchemaMetatagTestPersonOrg.php in Schema.org Metatag 8

File

tests/modules/schema_metatag_test/src/Plugin/metatag/Tag/SchemaMetatagTestPersonOrg.php
View source
<?php

namespace Drupal\schema_metatag_test\Plugin\metatag\Tag;

use Drupal\schema_metatag\Plugin\metatag\Tag\SchemaPersonOrgBase;

/**
 * A metatag tag for testing.
 *
 * @MetatagTag(
 *   id = "schema_metatag_test_organization",
 *   label = @Translation("Schema Metatag Test PersonOrg"),
 *   name = "organization",
 *   description = @Translation("Test element"),
 *   group = "schema_metatag_test_group",
 *   weight = 0,
 *   type = "label",
 *   secure = FALSE,
 *   multiple = FALSE
 * )
 */
class SchemaMetatagTestPersonOrg extends SchemaPersonOrgBase {

}

Classes

Namesort descending Description
SchemaMetatagTestPersonOrg A metatag tag for testing.