public function LoggerChannelPartInterface::getGrants in Purge 8.3
Retrieve given grants.
Return value
int[] Unassociative array of enabled RFC 5424 log types:
- \Drupal\Core\Logger\RfcLogLevel::EMERGENCY
- \Drupal\Core\Logger\RfcLogLevel::ALERT
- \Drupal\Core\Logger\RfcLogLevel::CRITICAL
- \Drupal\Core\Logger\RfcLogLevel::ERROR
- \Drupal\Core\Logger\RfcLogLevel::WARNING
- \Drupal\Core\Logger\RfcLogLevel::NOTICE
- \Drupal\Core\Logger\RfcLogLevel::INFO
- \Drupal\Core\Logger\RfcLogLevel::DEBUG.
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\LoggerCode
public function getGrants();