You are here

public function MetaType::setNameProperty in Easymeta 8

Set MetaType NameProperty.

Parameters

mixed $name_property: MetaType NameProperty.

File

src/MetaType.php, line 237

Class

MetaType
Class to describes Metas.

Namespace

Drupal\easymeta

Code

public function setNameProperty($name_property) {
  $this->nameProperty = $name_property;
}