You are here

public function LoggerChannelPartInterface::getGrants in Purge 8.3

Retrieve given grants.

Return value

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

1 method overrides LoggerChannelPartInterface::getGrants()
LoggerChannelPart::getGrants in src/Logger/LoggerChannelPart.php
Retrieve given grants.

File

src/Logger/LoggerChannelPartInterface.php, line 50

Class

LoggerChannelPartInterface
Describes a subchannel whichs logs to a single main channel with permissions.

Namespace

Drupal\purge\Logger

Code

public function getGrants();