private function StatusHeartPost::processTerms in Heartbeat 8
1 call to StatusHeartPost::processTerms()
- StatusHeartPost::sendRequest in modules/
statusmessage/ src/ StatusHeartPost.php
File
- modules/
statusmessage/ src/ StatusHeartPost.php, line 71
Class
- StatusHeartPost
- @property \Drupal\statusmessage\MarkupGenerator generator @property message
Namespace
Drupal\statusmessageCode
private function processTerms() {
foreach ($this->generator
->getTags() as $tag) {
$newTag = $tag;
}
if ($this->message) {
$this->tags = self::parseHashtags($this->message);
}
return $this->generator
->getTags();
}