You are here

public function MetaType::setFieldType in Easymeta 8

Set MetaType FieldType.

Parameters

mixed $field_type: MetaType Field Type.

File

src/MetaType.php, line 97

Class

MetaType
Class to describes Metas.

Namespace

Drupal\easymeta

Code

public function setFieldType($field_type) {
  $this->fieldType = $field_type;
}