public function AuthManager::__construct in Open Social 8.3
Same name and namespace in other branches
- 8.9 modules/custom/social_auth_extra/src/AuthManager.php \Drupal\social_auth_extra\AuthManager::__construct()
- 8 modules/custom/social_auth_extra/src/AuthManager.php \Drupal\social_auth_extra\AuthManager::__construct()
- 8.2 modules/custom/social_auth_extra/src/AuthManager.php \Drupal\social_auth_extra\AuthManager::__construct()
- 8.4 modules/custom/social_auth_extra/src/AuthManager.php \Drupal\social_auth_extra\AuthManager::__construct()
- 8.5 modules/custom/social_auth_extra/src/AuthManager.php \Drupal\social_auth_extra\AuthManager::__construct()
- 8.6 modules/custom/social_auth_extra/src/AuthManager.php \Drupal\social_auth_extra\AuthManager::__construct()
- 8.7 modules/custom/social_auth_extra/src/AuthManager.php \Drupal\social_auth_extra\AuthManager::__construct()
- 8.8 modules/custom/social_auth_extra/src/AuthManager.php \Drupal\social_auth_extra\AuthManager::__construct()
AuthManager constructor.
File
- modules/
custom/ social_auth_extra/ src/ AuthManager.php, line 45
Class
- AuthManager
- Class AuthManager.
Namespace
Drupal\social_auth_extraCode
public function __construct(UrlGeneratorInterface $urlGenerator, EntityFieldManagerInterface $entity_field_manager, LoggerChannelFactoryInterface $logger_factory) {
$this->urlGenerator = $urlGenerator;
$this->entityFieldManager = $entity_field_manager;
$this->loggerFactory = $logger_factory;
}