function FormStateDecoratorBaseTest::providerGetTemporaryValue
Provides data to self::testGetTemporaryValue().
File
-
core/
tests/ Drupal/ Tests/ Core/ Form/ FormStateDecoratorBaseTest.php, line 766
Class
Namespace
Drupal\Tests\Core\FormCode
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.