You are here

protected property ContentSyncLog::$parser in Content Synchronization 8.2

Same name and namespace in other branches
  1. 8 src/Logger/ContentSyncLog.php \Drupal\content_sync\Logger\ContentSyncLog::parser
  2. 3.0.x src/Logger/ContentSyncLog.php \Drupal\content_sync\Logger\ContentSyncLog::parser

The message's placeholders parser.

Type: \Drupal\Core\Logger\LogMessageParserInterface

File

src/Logger/ContentSyncLog.php, line 39

Class

ContentSyncLog
Logs events in the cs_log database table.

Namespace

Drupal\content_sync\Logger

Code

protected $parser;