You are here

protected property MigrateDestinationTable::$schema in Migrate 6.2

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

The schema of the current table.

Type: array

File

plugins/destinations/table.inc, line 19
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 $schema = NULL;