You are here

public function RuleStatusController::__construct in CRM Core 8

Same name and namespace in other branches
  1. 8.3 modules/crm_core_user_sync/src/Controller/RuleStatusController.php \Drupal\crm_core_user_sync\Controller\RuleStatusController::__construct()

Constructs the controller object.

Parameters

\Symfony\Component\HttpFoundation\Request $request: Current request.

\Drupal\Core\Config\ConfigFactoryInterface $configFactory: Config factory.

File

modules/crm_core_user_sync/src/Controller/RuleStatusController.php, line 30

Class

RuleStatusController
Returns responses for CRM Core User Synchronization routes.

Namespace

Drupal\crm_core_user_sync\Controller

Code

public function __construct(Request $request, ConfigFactoryInterface $configFactory) {
  $this->request = $request;
  $this->configFactory = $configFactory;
}