You are here

public function FillPdfAdminFormHelperInterface::schemeOptions in FillPDF 5.0.x

Same name and namespace in other branches
  1. 8.4 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\fillpdf

Code

public function schemeOptions(array $label_templates = []);