public function MetaType::getNameProperty in Easymeta 8
Get MetaType NameProperty.
Return value
mixed MetaType NameProperty.
File
- src/
MetaType.php, line 227
Class
- MetaType
- Class to describes Metas.
Namespace
Drupal\easymetaCode
public function getNameProperty() {
return $this->nameProperty;
}