function TextItemBaseTest::providerTextFieldSampleValue

Same name in other branches
  1. 10 core/modules/text/tests/src/Kernel/TextItemBaseTest.php \Drupal\Tests\text\Kernel\TextItemBaseTest::providerTextFieldSampleValue()
  2. 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 43

Class

TextItemBaseTest
Tests TextItemBase.

Namespace

Drupal\Tests\text\Kernel

Code

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.