File
- drupal/core/modules/system/lib/Drupal/system/Tests/Form/StateValuesCleanTest.php, line 24
- Definition of Drupal\system\Tests\Form\StateValuesCleanTest.
Class
- StateValuesCleanTest
- Test $form_state clearance.
Namespace
Drupal\system\Tests\Form
Code
public static function getInfo() {
return array(
'name' => 'Form state values clearance',
'description' => 'Test proper removal of submitted form values using form_state_values_clean().',
'group' => 'Form API',
);
}