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