You are here

protected property ContentSyncLog::$connection in Content Synchronization 3.0.x

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

The database connection object.

Type: \Drupal\Core\Database\Connection

File

src/Logger/ContentSyncLog.php, line 32

Class

ContentSyncLog
Logs events in the cs_log database table.

Namespace

Drupal\content_sync\Logger

Code

protected $connection;