public function RecipientHandlerInterface::settingsForm in Simplenews 3.x
Same name and namespace in other branches
- 8.2 src/RecipientHandler/RecipientHandlerInterface.php \Drupal\simplenews\RecipientHandler\RecipientHandlerInterface::settingsForm()
Returns the elements to add to the settings form for handler settings.
Return value
array The form elements.
1 method overrides RecipientHandlerInterface::settingsForm()
- RecipientHandlerBase::settingsForm in src/
Plugin/ simplenews/ RecipientHandler/ RecipientHandlerBase.php - Returns the elements to add to the settings form for handler settings.
File
- src/
RecipientHandler/ RecipientHandlerInterface.php, line 26
Class
- RecipientHandlerInterface
- Interface for Simplenews Recipient Handler Classes.
Namespace
Drupal\simplenews\RecipientHandlerCode
public function settingsForm();