| 7 update_test.module | public UpdateTestFileTransfer::getSettingsForm() |
| 8 update_test.module | public UpdateTestFileTransfer::getSettingsForm() |
File
- modules/
update/ tests/ update_test.module, line 157
Code
public function getSettingsForm() {
$form = array();
$form['udpate_test_username'] = array(
'#type' => 'textfield',
'#title' => t('Update Test Username'),
);
return $form;
}
Login or register to post comments