You are here

public function Status::getEntityTarget in Heartbeat 8

Overrides StatusInterface::getEntityTarget

File

modules/statusmessage/src/Entity/Status.php, line 315

Class

Status

Namespace

Drupal\statusmessage\Entity

Code

public function getEntityTarget() {
  return $this
    ->get('entity_target');
}