public function MetaType::getMeta in Easymeta 8
Get MetaType Meta.
Return value
File
- src/
MetaType.php, line 107
Class
- MetaType
- Class to describes Metas.
Namespace
Drupal\easymetaCode
public function getMeta() {
return $this->meta;
}
Get MetaType Meta.
public function getMeta() {
return $this->meta;
}