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\easymetaCode
public function getLabel() {
return $this->label;
}