You are here

protected property MigrateDestinationTable::$tableName in Migrate 6.2

Same name and namespace in other branches
  1. 7.2 plugins/destinations/table.inc \MigrateDestinationTable::tableName

The name of the current table.

Type: string

File

plugins/destinations/table.inc, line 26
Support for tables defined through the Schema API.

Class

MigrateDestinationTable
Destination class implementing migration into a single table defined through the Schema API.

Code

protected $tableName = NULL;