Document changes in mail driver interface

This commit is contained in:
Franz Liedke 2020-01-14 11:44:29 +01:00
parent fcbbedd884
commit 1170d5c2cf
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4

View File

@ -24,6 +24,10 @@ interface DriverInterface
{
/**
* Provide a list of settings for this driver.
*
* The list must be an array of field names (keys) mapping to their type
* (the empty string "" for a text field; or an array of possible values for
* a dropdown field).
*/
public function availableSettings(): array;