You are here

SchemaReviewType.php in Schema.org Metatag 7

File

schema_review/src/SchemaReviewType.php
View source
<?php

/**
 * Provides a plugin for the '@type' meta tag.
 */
class SchemaReviewType extends SchemaTypeBase {

  /**
   * {@inheritdoc}
   */
  public static function labels() {
    return [
      'Review',
      'UserReview',
      'CriticReview',
      'EmployerReview',
      'ClaimReview',
    ];
  }

}

Classes

Namesort descending Description
SchemaReviewType Provides a plugin for the '@type' meta tag.