public function MetaType::getFieldType in Easymeta 8
Get MetaType Field type.
Return value
mixed MetaType Field Type.
File
- src/
MetaType.php, line 87
Class
- MetaType
- Class to describes Metas.
Namespace
Drupal\easymetaCode
public function getFieldType() {
return $this->fieldType;
}