public function Fz152PluginInterface::getForms in FZ152 8
Returns a list of form to and confirmation for sending private data.
Return value
array Array with form names to add checkbox:
- "form_id": The form id. Can contains wildcards "*".
- "weight": (optional) The weight for checkbox in the form.
1 method overrides Fz152PluginInterface::getForms()
- Fz152PluginBase::getForms in src/
Fz152PluginBase.php - Returns a list of form to and confirmation for sending private data.
File
- src/
Fz152PluginInterface.php, line 41
Class
- Fz152PluginInterface
- Provides an interface for fz152 settings plugins.
Namespace
Drupal\fz152Code
public function getForms();