ProcessedText::logger

protected static ProcessedText::logger($channel)

Wraps a logger channel.

Parameters

string $channel: The name of the channel.

Return value

\Psr\Log\LoggerInterface The logger for this channel.

File

core/modules/filter/src/Element/ProcessedText.php, line 142

Class

ProcessedText
Provides a processed text render element.

Namespace

Drupal\filter\Element

Code

protected static function logger($channel) {
  return \Drupal::logger($channel);
}
doc_Drupal
2016-10-29 09:35:01
Comments
Leave a Comment

Please login to continue.