You are here

public function LoggerServiceInterface::deleteChannel in Purge 8.3

Delete a channel part.

Parameters

string $id: The identifier of the channel part.

1 method overrides LoggerServiceInterface::deleteChannel()
LoggerService::deleteChannel in src/Logger/LoggerService.php
Delete a channel part.

File

src/Logger/LoggerServiceInterface.php, line 19

Class

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

Namespace

Drupal\purge\Logger

Code

public function deleteChannel($id);