You are here

public function MetaType::getName in Easymeta 8

Get MetaType name.

Return value

mixed MetaType Name.

File

src/MetaType.php, line 47

Class

MetaType
Class to describes Metas.

Namespace

Drupal\easymeta

Code

public function getName() {
  return $this->name;
}