function SubformStateTest::providerTestSetValuesBroken

Provides data to self::testSetValuesBroken().

File

core/tests/Drupal/Tests/Core/Form/SubformStateTest.php, line 243

Class

SubformStateTest
Tests Drupal\Core\Form\SubformState.

Namespace

Drupal\Tests\Core\Form

Code

public static function providerTestSetValuesBroken() : array {
  $data = [];
  $data['exist'] = [
    [
      'foo',
    ],
    [],
    [
      'foo' => [],
      'dog' => static::$formStateValues['dog'],
    ],
  ];
  return $data;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.