You are here

public function QaAccountsCreateDeleteInterface::deleteQaAccountForRole in QA Accounts 8

Deletes QA account for specified role.

Parameters

string $role_name: The machine name of the role the account is to be deleted for.

1 method overrides QaAccountsCreateDeleteInterface::deleteQaAccountForRole()
QaAccountsCreateDelete::deleteQaAccountForRole in src/QaAccountsCreateDelete.php
Deletes QA account for specified role.

File

src/QaAccountsCreateDeleteInterface.php, line 34

Class

QaAccountsCreateDeleteInterface
Interface for a service that creates and deletes QA accounts for roles.

Namespace

Drupal\qa_accounts

Code

public function deleteQaAccountForRole($role_name);