public function Logger::m in Simple XML sitemap 4.x
Same name and namespace in other branches
- 8.3 src/Logger.php \Drupal\simple_sitemap\Logger::m()
- 8.2 src/Logger.php \Drupal\simple_sitemap\Logger::m()
Parameters
$message:
array $substitutions:
Return value
$this
File
- src/Logger.php, line 74 
Class
- Logger
- Class Logger
Namespace
Drupal\simple_sitemapCode
public function m($message, array $substitutions = []) : Logger {
  $this->message = $message;
  $this->substitutions = $substitutions;
  return $this;
}