You are here

protected property ContentLogController::$moduleHandler in Content Synchronization 8.2

Same name and namespace in other branches
  1. 8 src/Controller/ContentLogController.php \Drupal\content_sync\Controller\ContentLogController::moduleHandler
  2. 3.0.x src/Controller/ContentLogController.php \Drupal\content_sync\Controller\ContentLogController::moduleHandler

The module handler service.

Type: \Drupal\Core\Extension\ModuleHandlerInterface

Overrides ControllerBase::$moduleHandler

File

src/Controller/ContentLogController.php, line 37

Class

ContentLogController
Returns responses for content_sync routes.

Namespace

Drupal\content_sync\Controller

Code

protected $moduleHandler;