You are here

public function MetaType::setTag in Easymeta 8

Set MetaType Tag.

Parameters

mixed $tag: MetaType Tag.

File

src/MetaType.php, line 217

Class

MetaType
Class to describes Metas.

Namespace

Drupal\easymeta

Code

public function setTag($tag) {
  $this->tag = $tag;
}