You are here

protected property RecipientHandlerBase::$connection in Simplenews 8.2

Same name and namespace in other branches
  1. 3.x src/Plugin/simplenews/RecipientHandler/RecipientHandlerBase.php \Drupal\simplenews\Plugin\simplenews\RecipientHandler\RecipientHandlerBase::connection

The database connection.

Type: \Drupal\Core\Database\Connection

File

src/Plugin/simplenews/RecipientHandler/RecipientHandlerBase.php, line 26

Class

RecipientHandlerBase
Base class for all Recipient Handler classes.

Namespace

Drupal\simplenews\Plugin\simplenews\RecipientHandler

Code

protected $connection;