Remove DbBackendForm::getConfig as it's not used anywhere

refs #5525
This commit is contained in:
Johannes Meyer 2014-08-11 09:13:41 +02:00
parent e07f2a2b0d
commit c36e30af1e
1 changed files with 0 additions and 17 deletions

View File

@ -81,23 +81,6 @@ class DbBackendForm extends BaseBackendForm
);
}
/**
* Return the datatbase authentication backend configuration for this form
*
* @return array
*
* @see BaseBackendForm::getConfig()
*/
public function getConfig()
{
return array(
$this->getValue('name') => array(
'backend' => 'db',
'resource' => $this->getValue('resource')
)
);
}
/**
* Validate the current configuration by creating a backend and requesting the user count
*