/** * Get the metadata from a MauticMessage * * @return array */ public function getMetadata() { return $this->message instanceof MauticMessage ? $this->message->getMetadata() : array(); }