You are here

public function MigrateBatchExecutable::getBatchContext in Migrate Tools 8.5

Same name and namespace in other branches
  1. 8.4 src/MigrateBatchExecutable.php \Drupal\migrate_tools\MigrateBatchExecutable::getBatchContext()

Gets a reference to the current batch context.

Return value

array The batch context.

1 call to MigrateBatchExecutable::getBatchContext()
MigrateBatchExecutable::checkStatus in src/MigrateBatchExecutable.php
Checks for exceptional conditions, and display feedback.

File

src/MigrateBatchExecutable.php, line 93

Class

MigrateBatchExecutable
Defines a migrate executable class for batch migrations through UI.

Namespace

Drupal\migrate_tools

Code

public function &getBatchContext() {
  return $this->batchContext;
}