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); }
Please login to continue.