Example #1
0
 private function getValueOrMeta($value)
 {
     if ($this->context->isSupported($value)) {
         return $this->context->getMetaForValue($value);
     }
     return $value;
 }