public function RecipientHandlerBase::settingsForm in Simplenews 8.2
Same name and namespace in other branches
- 3.x src/Plugin/simplenews/RecipientHandler/RecipientHandlerBase.php \Drupal\simplenews\Plugin\simplenews\RecipientHandler\RecipientHandlerBase::settingsForm()
Returns the elements to add to the settings form for handler settings.
Return value
array The form elements.
Overrides RecipientHandlerInterface::settingsForm
1 method overrides RecipientHandlerBase::settingsForm()
- RecipientHandlerSubscribersByRole::settingsForm in modules/
simplenews_demo/ src/ Plugin/ simplenews/ RecipientHandler/ RecipientHandlerSubscribersByRole.php - Returns the elements to add to the settings form for handler settings.
File
- src/
Plugin/ simplenews/ RecipientHandler/ RecipientHandlerBase.php, line 73
Class
- RecipientHandlerBase
- Base class for all Recipient Handler classes.
Namespace
Drupal\simplenews\Plugin\simplenews\RecipientHandlerCode
public function settingsForm() {
return [];
}