You are here

public function MetaType::getId in Easymeta 8

Get Id.

Return value

mixed MetaType Id.

File

src/MetaType.php, line 27

Class

MetaType
Class to describes Metas.

Namespace

Drupal\easymeta

Code

public function getId() {
  return $this->id;
}