You are here

public function CleanUpStubsEvent::doDeleteStub in Acquia Content Hub 8.2

Get the delete status.

Return value

bool Delete status for this event.

See also

\Drupal\acquia_contenthub\StubTracker::cleanUp

File

src/Event/CleanUpStubsEvent.php, line 86

Class

CleanUpStubsEvent
Event to clean up stubs after import.

Namespace

Drupal\acquia_contenthub\Event

Code

public function doDeleteStub() : bool {
  return $this->delete;
}