You are here

protected property Table::$tableName in Migrate Plus 8.5

Same name in this branch
  1. 8.5 src/Plugin/migrate/source/Table.php \Drupal\migrate_plus\Plugin\migrate\source\Table::tableName
  2. 8.5 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/source/Table.php, line 26

Class

Table
Source plugin for retrieving data via URLs.

Namespace

Drupal\migrate_plus\Plugin\migrate\source

Code

protected $tableName;