You are here

public function MetaType::getMeta in Easymeta 8

Get MetaType Meta.

Return value

Meta MetaType Meta.

File

src/MetaType.php, line 107

Class

MetaType
Class to describes Metas.

Namespace

Drupal\easymeta

Code

public function getMeta() {
  return $this->meta;
}