You are here

public function AuthmapInterface::deleteProvider in External Authentication 8

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

Delete all authmap entries for a given provider.

Parameters

string $provider: The name of the service providing external authentication.

1 method overrides AuthmapInterface::deleteProvider()
Authmap::deleteProvider in src/Authmap.php
Delete all authmap entries for a given provider.

File

src/AuthmapInterface.php, line 100

Class

AuthmapInterface
Interface AuthmapInterface.

Namespace

Drupal\externalauth

Code

public function deleteProvider($provider);