You are here

SchemaImageObject.php in Schema.org Metatag 8

File

schema_image_object/src/Plugin/metatag/Group/SchemaImageObject.php
View source
<?php

namespace Drupal\schema_image_object\Plugin\metatag\Group;

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

/**
 * Provides a plugin for the 'ImageObject' meta tag group.
 *
 * @MetatagGroup(
 *   id = "schema_image_object",
 *   label = @Translation("Schema.org: ImageObject"),
 *   description = @Translation("See Schema.org definitions for this Schema type at <a href="":url"">:url</a>.", arguments = { ":url" = "https://schema.org/ImageObject"}),
 *   weight = 10,
 * )
 */
class SchemaImageObject extends SchemaGroupBase {

}

Classes

Namesort descending Description
SchemaImageObject Provides a plugin for the 'ImageObject' meta tag group.