You are here

public function PrivateMessageConfigFormPluginInterface::buildForm in Private Message 8.2

Build the section of the form as it will appear on the settings page.

Parameters

\Drupal\Core\Form\FormStateInterface $formState: The Drupal form state.

Return value

array A render array containing the form elements this plugin provides.

File

src/Plugin/PrivateMessageConfigForm/PrivateMessageConfigFormPluginInterface.php, line 39

Class

PrivateMessageConfigFormPluginInterface
Interface for PrivateMessageConfigForm plugins.

Namespace

Drupal\private_message\Plugin\PrivateMessageConfigForm

Code

public function buildForm(FormStateInterface $formState);