You are here

interface MetatagInterface in Metatag 8

The metatag data type.

The plain value of a metatag is a serialized object represented as a string.

Hierarchy

Expanded class hierarchy of MetatagInterface

All classes that implement MetatagInterface

File

src/Plugin/DataType/MetatagInterface.php, line 12

Namespace

Drupal\metatag\Plugin\DataType
View source
interface MetatagInterface extends PrimitiveInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
PrimitiveInterface::getCastedValue public function Gets the primitive data value casted to the correct PHP type. 5
PrimitiveInterface::getValue public function Gets the primitive data value.
PrimitiveInterface::setValue public function Sets the primitive data value.