function TextItemBaseTest::providerTextFieldSampleValue
Data provider for testTextFieldSampleValue.
File
- 
              core/modules/ text/ tests/ src/ Kernel/ TextItemBaseTest.php, line 43 
Class
- TextItemBaseTest
- Tests TextItemBase.
Namespace
Drupal\Tests\text\KernelCode
public 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.
