You are here

public function RecipientHandlerBase::settingsForm in Simplenews 3.x

Same name and namespace in other branches
  1. 8.2 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\RecipientHandler

Code

public function settingsForm() {
  return [];
}