You are here

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\easymeta

Code

public function getNameProperty() {
  return $this->nameProperty;
}