You are here

protected property Table::$tableName in Migrate Plus 8.3

Same name and namespace in other branches
  1. 8.5 src/Plugin/migrate/destination/Table.php \Drupal\migrate_plus\Plugin\migrate\destination\Table::tableName
  2. 8.4 src/Plugin/migrate/destination/Table.php \Drupal\migrate_plus\Plugin\migrate\destination\Table::tableName

The name of the destination table.

Type: string

File

src/Plugin/migrate/destination/Table.php, line 31

Class

Table
Provides table destination plugin.

Namespace

Drupal\migrate_plus\Plugin\migrate\destination

Code

protected $tableName;