You are here

protected function ContentHubEntitiesTracking::getTrackingEntity in Acquia Content Hub 8

Returns the Imported Entity object.

Return value

object The Imported Entity object.

File

src/ContentHubEntitiesTracking.php, line 204

Class

ContentHubEntitiesTracking
Tracks in a table the list of all entities imported from Content Hub.

Namespace

Drupal\acquia_contenthub

Code

protected function getTrackingEntity() {
  return $this->trackingEntity;
}