function SubformStateTest::providerTestSetValues

Provides data to self::testSetValues().

File

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

Class

SubformStateTest
Tests Drupal\Core\Form\SubformState.

Namespace

Drupal\Tests\Core\Form

Code

public static function providerTestSetValues() {
  $data = [];
  $data['exist'] = [
    [
      'dog',
    ],
    [],
    [
      'foo' => 'bar',
      'dog' => [],
    ],
  ];
  return $data;
}

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