function TestMigrateExecutable::getMemoryUsage
Returns the memory usage so far.
Return value
int The memory usage.
Overrides MigrateExecutable::getMemoryUsage
File
-
core/
modules/ migrate/ tests/ src/ Unit/ TestMigrateExecutable.php, line 91
Class
- TestMigrateExecutable
- Tests MigrateExecutable.
Namespace
Drupal\Tests\migrate\UnitCode
protected function getMemoryUsage() {
return $this->memoryUsage;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.