You are here

protected property BasicAuth::$entityManager in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/basic_auth/src/Authentication/Provider/BasicAuth.php \Drupal\basic_auth\Authentication\Provider\BasicAuth::entityManager

The entity manager.

Type: \Drupal\Core\Entity\EntityManagerInterface

File

core/modules/basic_auth/src/Authentication/Provider/BasicAuth.php, line 51
Contains \Drupal\basic_auth\Authentication\Provider\BasicAuth.

Class

BasicAuth
HTTP Basic authentication provider.

Namespace

Drupal\basic_auth\Authentication\Provider

Code

protected $entityManager;