You are here

public function LoggerChannelPart::getGrants in Purge 8.3

Retrieve given grants.

Return value

int[] Unassociative array of enabled RFC 5424 log types:

Overrides LoggerChannelPartInterface::getGrants

File

src/Logger/LoggerChannelPart.php, line 69

Class

LoggerChannelPart
Provides a subchannel whichs logs to a single main channel with permissions.

Namespace

Drupal\purge\Logger

Code

public function getGrants() {
  return $this->grants;
}