function FormStateDecoratorBaseTest::providerGetTemporaryValue

Provides data to self::testGetTemporaryValue().

File

core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php, line 766

Class

FormStateDecoratorBaseTest
Tests Drupal\Core\Form\FormStateDecoratorBase.

Namespace

Drupal\Tests\Core\Form

Code

public static function providerGetTemporaryValue() {
  return [
    [
      TRUE,
      'FOO',
      'BAR',
    ],
    [
      TRUE,
      'FOO',
      NULL,
    ],
  ];
}

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