You are here

public function ReplicateEventBase::getEntity in Replicate 8

Return value

\Drupal\Core\Entity\EntityInterface

File

src/Events/ReplicateEventBase.php, line 22

Class

ReplicateEventBase

Namespace

Drupal\replicate\Events

Code

public function getEntity() {
  return $this->entity;
}