You are here

public function MetaType::getLabel in Easymeta 8

Get MetaType label.

Return value

mixed MetaType Label.

File

src/MetaType.php, line 67

Class

MetaType
Class to describes Metas.

Namespace

Drupal\easymeta

Code

public function getLabel() {
  return $this->label;
}