public function SecurityReview::getUntrustedRoles in Security Review 8
Returns the IDs of the stored untrusted roles.
Return value
string[] Stored untrusted roles' IDs.
File
- src/
SecurityReview.php, line 126
Class
- SecurityReview
- A class containing static methods regarding the module's configuration.
Namespace
Drupal\security_reviewCode
public function getUntrustedRoles() {
return $this->config
->get('untrusted_roles');
}