You are here

protected property ForwardDestinationBase::$database in Forward 4.x

Same name and namespace in other branches
  1. 8.3 src/Plugin/migrate/destination/ForwardDestinationBase.php \Drupal\forward\Plugin\migrate\destination\ForwardDestinationBase::database
  2. 8 src/Plugin/migrate/destination/ForwardDestinationBase.php \Drupal\forward\Plugin\migrate\destination\ForwardDestinationBase::database
  3. 8.2 src/Plugin/migrate/destination/ForwardDestinationBase.php \Drupal\forward\Plugin\migrate\destination\ForwardDestinationBase::database
  4. 4.0.x src/Plugin/migrate/destination/ForwardDestinationBase.php \Drupal\forward\Plugin\migrate\destination\ForwardDestinationBase::database

The access checker service.

Type: \Drupal\Core\Database

File

src/Plugin/migrate/destination/ForwardDestinationBase.php, line 25

Class

ForwardDestinationBase
Base class for Forward migrate destination classes.

Namespace

Drupal\forward\Plugin\migrate\destination

Code

protected $database;