You are here

public function RecipientHandlerInterface::settingsForm in Simplenews 8.2

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

Code

public function settingsForm();