public function MetaService::getServiceMetaValue in Easymeta 8
Return the value of the example variable.
File
- src/
MetaService.php, line 21
Class
Namespace
Drupal\easymetaCode
public function getServiceMetaValue() {
return $this->serviceValue;
}