You are here

public function EntityCdfSerializer::getTracker in Acquia Content Hub 8.2

Get the local StubTracker instance.

Return value

\Drupal\acquia_contenthub\StubTracker Stub tracker.

File

src/EntityCdfSerializer.php, line 171

Class

EntityCdfSerializer
Serialize an entity to a CDF format.

Namespace

Drupal\acquia_contenthub

Code

public function getTracker() : StubTracker {
  return $this->tracker;
}