function TestMigrateExecutable::memoryExceeded

Allows access to the protected memoryExceeded method.

Return value

bool The memoryExceeded value.

Overrides MigrateExecutable::memoryExceeded

File

core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php, line 77

Class

TestMigrateExecutable
Tests MigrateExecutable.

Namespace

Drupal\Tests\migrate\Unit

Code

public function memoryExceeded() {
  return parent::memoryExceeded();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.