You are here

SchemaMetatagTestNutritionInformation.php in Schema.org Metatag 8

File

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

namespace Drupal\schema_metatag_test\Plugin\metatag\Tag;

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

/**
 * A metatag tag for testing.
 *
 * @MetatagTag(
 *   id = "schema_metatag_test_nutrition_information",
 *   label = @Translation("Schema Metatag Test Nutrition Information"),
 *   name = "nutritionInformation",
 *   description = @Translation("Test element"),
 *   group = "schema_metatag_test_group",
 *   weight = 0,
 *   type = "label",
 *   secure = FALSE,
 *   multiple = FALSE
 * )
 */
class SchemaMetatagTestNutritionInformation extends SchemaNutritionInformationBase {

}

Classes

Namesort descending Description
SchemaMetatagTestNutritionInformation A metatag tag for testing.