You are here

public function StubTracker::isTracking in Acquia Content Hub 8.2

Whether the stub tracker is currently tracking.

Return value

bool Whether the stub tracker is currently tracking.

2 calls to StubTracker::isTracking()
StubTracker::cleanUp in src/StubTracker.php
Removes any stub entities created during the import process.
StubTracker::track in src/StubTracker.php
Adds potential stub entities to the tracker.

File

src/StubTracker.php, line 71

Class

StubTracker
Class StubTracker.

Namespace

Drupal\acquia_contenthub

Code

public function isTracking() : bool {
  return (bool) $this->stack;
}