You are here

protected property ContentLogController::$userStorage in Content Synchronization 8.2

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

The user storage.

Type: \Drupal\user\UserStorageInterface

File

src/Controller/ContentLogController.php, line 58

Class

ContentLogController
Returns responses for content_sync routes.

Namespace

Drupal\content_sync\Controller

Code

protected $userStorage;