public function Status::getEntityTarget in Heartbeat 8
Overrides StatusInterface::getEntityTarget
File
- modules/
statusmessage/ src/ Entity/ Status.php, line 315
Class
Namespace
Drupal\statusmessage\EntityCode
public function getEntityTarget() {
return $this
->get('entity_target');
}