You are here

public function CleanUpStubsEvent::deleteStub in Acquia Content Hub 8.2

Set the stub to be deleted.

File

src/Event/CleanUpStubsEvent.php, line 74

Class

CleanUpStubsEvent
Event to clean up stubs after import.

Namespace

Drupal\acquia_contenthub\Event

Code

public function deleteStub() {
  $this->delete = TRUE;
}