You are here

public function MetaType::getTag in Easymeta 8

Get MetaType Tag.

Return value

mixed MetaType Tag.

File

src/MetaType.php, line 207

Class

MetaType
Class to describes Metas.

Namespace

Drupal\easymeta

Code

public function getTag() {
  return $this->tag;
}