You are here

Mass.php in Schema.org Metatag 8.2

File

src/Plugin/schema_metatag/PropertyType/Mass.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 'Mass' Schema.org property type.
 *
 * @SchemaPropertyType(
 *   id = "mass",
 *   label = @Translation("Mass"),
 *   property_type = "Mass",
 *   sub_properties = {},
 * )
 */
class Mass extends PropertyTypeBase {

}

Classes

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