function SystemTestFileTransfer::getSettingsForm
File
-
modules/
simpletest/ tests/ system_test.module, line 486
Class
- SystemTestFileTransfer
- Mock FileTransfer object to test the settings form functionality.
Code
public function getSettingsForm() {
$form = array();
$form['system_test_username'] = array(
'#type' => 'textfield',
'#title' => t('System Test Username'),
);
return $form;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.