You are here

public function LoggerServiceInterface::hasChannel in Purge 8.3

Check whether the given channel is registered.

Parameters

string $id: The identifier of the channel part.

Return value

true|false Whether the given channel is registered or not.

1 method overrides LoggerServiceInterface::hasChannel()
LoggerService::hasChannel in src/Logger/LoggerService.php
Check whether the given channel is registered.

File

src/Logger/LoggerServiceInterface.php, line 67

Class

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

Namespace

Drupal\purge\Logger

Code

public function hasChannel($id);