public function LoggerServiceInterface::deleteChannels in Purge 8.3
Delete channel parts of which the ID starts with...
Parameters
string $id_starts_with: Prefix to match all channel parts with to delete.
1 method overrides LoggerServiceInterface::deleteChannels()
- LoggerService::deleteChannels in src/
Logger/ LoggerService.php - Delete channel parts of which the ID starts with...
File
- src/
Logger/ LoggerServiceInterface.php, line 27
Class
- LoggerServiceInterface
- Describes logging services to purge and its submodules, via a single channel.
Namespace
Drupal\purge\LoggerCode
public function deleteChannels($id_starts_with);