You are here

SchemaJobPosting.php in Schema.org Metatag 8.2

Same filename and directory in other branches
  1. 8 schema_job_posting/src/Plugin/metatag/Group/SchemaJobPosting.php

File

schema_job_posting/src/Plugin/metatag/Group/SchemaJobPosting.php
View source
<?php

namespace Drupal\schema_job_posting\Plugin\metatag\Group;

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

/**
 * Provides a plugin for the JobPosting meta tag group.
 *
 * @MetatagGroup(
 *   id = "schema_job_posting",
 *   label = @Translation("Schema.org: JobPosting"),
 *   description = @Translation("See Schema.org definitions for this Schema type at <a href="":url"">:url</a>. Also see <a href="":url2"">Google's requirements</a>.", arguments = {
 *     ":url" = "https://schema.org/JobPosting",
 *     ":url2" = "https://developers.google.com/search/docs/data-types/job-posting",
 *   }),
 *   weight = 10,
 * )
 */
class SchemaJobPosting extends SchemaGroupBase {

}

Classes

Namesort descending Description
SchemaJobPosting Provides a plugin for the JobPosting meta tag group.