You are here

public function AuthmapInterface::getAll in External Authentication 8

Same name and namespace in other branches
  1. 2.0.x src/AuthmapInterface.php \Drupal\externalauth\AuthmapInterface::getAll()

Get all external authnames for a given user ID.

Parameters

int $uid: The Drupal user ID.

Return value

array An array of external authnames / IDs for the given user ID, keyed by provider name.

1 method overrides AuthmapInterface::getAll()
Authmap::getAll in src/Authmap.php
Get all external authnames for a given user ID.

File

src/AuthmapInterface.php, line 65

Class

AuthmapInterface
Interface AuthmapInterface.

Namespace

Drupal\externalauth

Code

public function getAll($uid);