public function SecurityReview::getServerGids in Security Review 8
Returns the GIDs of the web server.
Return value
int[] GIDs of the web server's user.
File
- src/
SecurityReview.php, line 325
Class
- SecurityReview
- A class containing static methods regarding the module's configuration.
Namespace
Drupal\security_reviewCode
public function getServerGids() {
return $this->state
->get('security_review.server.groups');
}