public function ReportingHandlerInterface::getForm in Content-Security-Policy 8
Get the form fields for configuring this reporting handler.
Parameters
array $form: The plugin parent form element.
Return value
array A Form array.
1 method overrides ReportingHandlerInterface::getForm()
- ReportingHandlerBase::getForm in src/
Plugin/ ReportingHandlerBase.php - Get the form fields for configuring this reporting handler.
File
- src/
Plugin/ ReportingHandlerInterface.php, line 22
Class
- ReportingHandlerInterface
- CSP Reporting Handler interface.
Namespace
Drupal\csp\PluginCode
public function getForm(array $form);