function TestMigrateExecutable::formatSize

Same name in other branches
  1. 8.9.x core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php \Drupal\Tests\migrate\Unit\TestMigrateExecutable::formatSize()

Overrides MigrateExecutable::formatSize

File

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

Class

TestMigrateExecutable
Tests MigrateExecutable.

Namespace

Drupal\Tests\migrate\Unit

Code

protected function formatSize($size) {
    return $size;
}

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