protected property MigrateSourceSQL::$batchSize in Migrate 7.2
Number of records to fetch from the database during each batch. A value of zero indicates no batching is to be done.
Type: int
File
- plugins/
sources/ sql.inc, line 59 - Define a MigrateSource for importing from Drupal connections.
Class
- MigrateSourceSQL
- Implementation of MigrateSource, to handle imports from Drupal connections.
Code
protected $batchSize = 0;