You are here

public function MetaService::getServiceMetaValue in Easymeta 8

Return the value of the example variable.

File

src/MetaService.php, line 21

Class

MetaService

Namespace

Drupal\easymeta

Code

public function getServiceMetaValue() {
  return $this->serviceValue;
}