public function TestCallback::setCallable in Zircon Profile 8
Same name and namespace in other branches
- 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
Namespace
Drupal\Tests\migrate\Unit\processCode
public function setCallable($callable) {
$this->configuration['callable'] = $callable;
}