function CallbackTest::providerCallback
Data provider for ::testCallback().
File
-
core/
modules/ migrate/ tests/ src/ Unit/ process/ CallbackTest.php, line 32
Class
- CallbackTest
- Tests the callback process plugin.
Namespace
Drupal\Tests\migrate\Unit\processCode
public static function providerCallback() {
return [
'function' => [
'strtolower',
],
'class method' => [
[
self::class,
'strtolower',
],
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.