public function Fz152PluginBase::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.
Overrides Fz152PluginInterface::getForms
2 methods override Fz152PluginBase::getForms()
- Contact::getForms in modules/
contact/ src/ Plugin/ Fz152/ Contact.php - Returns a list of form to and confirmation for sending private data.
- Forms::getForms in src/
Plugin/ Fz152/ Forms.php - Returns a list of form to and confirmation for sending private data.
File
- src/
Fz152PluginBase.php, line 29
Class
- Fz152PluginBase
- Provides a base class for all types of plugin settings.
Namespace
Drupal\fz152Code
public function getForms() {
return [];
}