You are here

Text.php in Schema.org Metatag 8.2

File

src/Plugin/schema_metatag/PropertyType/Text.php
View source
<?php

namespace Drupal\schema_metatag\Plugin\schema_metatag\PropertyType;

use Drupal\schema_metatag\Plugin\schema_metatag\PropertyTypeBase;

/**
 * Provides a plugin for the 'Text' Schema.org property type.
 *
 * @SchemaPropertyType(
 *   id = "text",
 *   label = @Translation("Text"),
 *   property_type = "Text",
 *   sub_properties = {},
 * )
 */
class Text extends PropertyTypeBase {

}

Classes

Namesort descending Description
Text Provides a plugin for the 'Text' Schema.org property type.