public static function StateValuesCleanAdvancedTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Form/StateValuesCleanAdvancedTest.php, line 29
Definition of Drupal\system\Tests\Form\StateValuesCleanAdvancedTest.

Class

StateValuesCleanAdvancedTest
Tests $form_state clearance with form elements having buttons.

Namespace

Drupal\system\Tests\Form

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',
  );
}