function FormStateDecoratorBaseTest::providerGetTemporaryValue
Same name and namespace in other branches
- 10 core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php \Drupal\Tests\Core\Form\FormStateDecoratorBaseTest::providerGetTemporaryValue()
- 9 core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php \Drupal\Tests\Core\Form\FormStateDecoratorBaseTest::providerGetTemporaryValue()
- 8.9.x core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php \Drupal\Tests\Core\Form\FormStateDecoratorBaseTest::providerGetTemporaryValue()
- main core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php \Drupal\Tests\Core\Form\FormStateDecoratorBaseTest::providerGetTemporaryValue()
Provides data to self::testGetTemporaryValue().
File
-
core/
tests/ Drupal/ Tests/ Core/ Form/ FormStateDecoratorBaseTest.php, line 680
Class
Namespace
Drupal\Tests\Core\FormCode
public static function providerGetTemporaryValue() : array {
return [
[
'FOO',
'BAR',
],
[
'FOO',
NULL,
],
[
[
'foo',
'bar',
],
'qux',
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.