You are here

abstract public function AcsfEventHandler::handle in Acquia Cloud Site Factory Connector 8

Same name and namespace in other branches
  1. 8.2 src/Event/AcsfEventHandler.php \Drupal\acsf\Event\AcsfEventHandler::handle()

Handle the event.

12 methods override AcsfEventHandler::handle()
AcsfDuplicationScrubConfigurationHandler::handle in src/Event/AcsfDuplicationScrubConfigurationHandler.php
Implements AcsfEventHandler::handle().
AcsfDuplicationScrubEntityHandler::handle in src/Event/AcsfDuplicationScrubEntityHandler.php
Implements AcsfEventHandler::handle().
AcsfDuplicationScrubFinalizeHandler::handle in src/Event/AcsfDuplicationScrubFinalizeHandler.php
Implements AcsfEventHandler::handle().
AcsfDuplicationScrubInitializeHandler::handle in src/Event/AcsfDuplicationScrubInitializeHandler.php
Implements AcsfEventHandler::handle().
AcsfDuplicationScrubTemporaryFilesHandler::handle in src/Event/AcsfDuplicationScrubTemporaryFilesHandler.php
Implements AcsfEventHandler::handle().

... See full list

File

src/Event/AcsfEventHandler.php, line 48

Class

AcsfEventHandler
AcsfEventHandler.

Namespace

Drupal\acsf\Event

Code

public abstract function handle();