You are here

SchemaUrlBase.php in Schema.org Metatag 7

File

src/SchemaUrlBase.php
View source
<?php

/**
 * Provides a plugin for the 'schema_url_base' meta tag.
 */
class SchemaUrlBase extends SchemaNameBase {

  /**
   * {@inheritdoc}
   */
  public static function testValue() {
    return static::randomUrl();
  }

}

Classes

Namesort descending Description
SchemaUrlBase Provides a plugin for the 'schema_url_base' meta tag.