You are here

protected property MigrateSQLMap::$ensured in Migrate 7.2

Same name and namespace in other branches
  1. 6.2 plugins/sources/sqlmap.inc \MigrateSQLMap::ensured

We don't need to check the tables more than once per request.

Type: boolean

File

plugins/sources/sqlmap.inc, line 82
Defines a Drupal db-based implementation of MigrateMap.

Class

MigrateSQLMap
@file Defines a Drupal db-based implementation of MigrateMap.

Code

protected $ensured;