function TextItemBaseTest::providerTextFieldSampleValue
Same name in other branches
- 9 core/modules/text/tests/src/Kernel/TextItemBaseTest.php \Drupal\Tests\text\Kernel\TextItemBaseTest::providerTextFieldSampleValue()
- 11.x core/modules/text/tests/src/Kernel/TextItemBaseTest.php \Drupal\Tests\text\Kernel\TextItemBaseTest::providerTextFieldSampleValue()
Data provider for testTextFieldSampleValue.
File
-
core/
modules/ text/ tests/ src/ Kernel/ TextItemBaseTest.php, line 49
Class
- TextItemBaseTest
- Tests TextItemBase.
Namespace
Drupal\Tests\text\KernelCode
public static function providerTextFieldSampleValue() {
return [
[
1,
],
[
2,
],
[
3,
],
[
4,
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.