You are here

MetatagInterface.php in Metatag 8

File

src/Plugin/DataType/MetatagInterface.php
View source
<?php

namespace Drupal\metatag\Plugin\DataType;

use Drupal\Core\TypedData\PrimitiveInterface;

/**
 * The metatag data type.
 *
 * The plain value of a metatag is a serialized object represented as a string.
 */
interface MetatagInterface extends PrimitiveInterface {

}

Interfaces

Namesort descending Description
MetatagInterface The metatag data type.