public function AuthenticationByUser::__construct in CMS Content Sync 2.0.x
Same name and namespace in other branches
- 8 src/Controller/AuthenticationByUser.php \Drupal\cms_content_sync\Controller\AuthenticationByUser::__construct()
- 2.1.x src/Controller/AuthenticationByUser.php \Drupal\cms_content_sync\Controller\AuthenticationByUser::__construct()
Constructs a new EntityListBuilder object.
Parameters
\Drupal\user\Entity\UserDataInterface $user_data:
File
- src/
Controller/ AuthenticationByUser.php, line 43
Class
- AuthenticationByUser
- Class AuthenticationByUser.
Namespace
Drupal\cms_content_sync\ControllerCode
public function __construct(KeyValueDatabaseFactory $key_value_database, UserDataInterface $user_data) {
$this->keyValueDatabase = $key_value_database;
$this->userData = $user_data;
}