public function FillPdfAdminFormHelperInterface::schemeOptions in FillPDF 8.4
Same name and namespace in other branches
- 5.0.x src/FillPdfAdminFormHelperInterface.php \Drupal\fillpdf\FillPdfAdminFormHelperInterface::schemeOptions()
Returns available file storage options for use with FAPI radio buttons.
Any visible, writeable wrapper can potentially be used.
Parameters
array $label_templates: (optional) Associative array of label templates keyed by scheme name.
Return value
array Stream wrapper descriptions, keyed by scheme.
1 method overrides FillPdfAdminFormHelperInterface::schemeOptions()
- FillPdfAdminFormHelper::schemeOptions in src/
Service/ FillPdfAdminFormHelper.php - Returns available file storage options for use with FAPI radio buttons.
File
- src/
FillPdfAdminFormHelperInterface.php, line 35
Class
- FillPdfAdminFormHelperInterface
- Interface FillPdfAdminFormHelperInterface.
Namespace
Drupal\fillpdfCode
public function schemeOptions(array $label_templates = []);