You are here

public function TestCallback::setCallable in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate/tests/src/Unit/process/CallbackTest.php \Drupal\Tests\migrate\Unit\process\TestCallback::setCallable()

File

core/modules/migrate/tests/src/Unit/process/CallbackTest.php, line 51
Contains \Drupal\Tests\migrate\Unit\process\CallbackTest.

Class

TestCallback

Namespace

Drupal\Tests\migrate\Unit\process

Code

public function setCallable($callable) {
  $this->configuration['callable'] = $callable;
}