You are here

public function LoggerServiceInterface::getChannels in Purge 8.3

Retrieve information on all registered channels and their grants.

Return value

array[] Unassociative array, with associative arrays in them. Each array represents a single chanenl and has a key 'id' and 'grants', the latter is another unassociative array with the enabled grants for that channel.

1 method overrides LoggerServiceInterface::getChannels()
LoggerService::getChannels in src/Logger/LoggerService.php
Retrieve information on all registered channels and their grants.

File

src/Logger/LoggerServiceInterface.php, line 56

Class

LoggerServiceInterface
Describes logging services to purge and its submodules, via a single channel.

Namespace

Drupal\purge\Logger

Code

public function getChannels();