function FormStateValuesCleanAdvancedTestCase::getInfo

File

modules/simpletest/tests/form.test, line 1685

Class

FormStateValuesCleanAdvancedTestCase
Tests $form_state clearance with form elements having buttons.

Code

public static function getInfo() {
  return array(
    'name' => 'Form state values clearance (advanced)',
    'description' => 'Test proper removal of submitted form values using form_state_values_clean() when having forms with elements containing buttons like "managed_file".',
    'group' => 'Form API',
  );
}

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