You are here

public function PrivateMessageConfigFormBase::validateForm in Private Message 8.2

Validate this section of the form.

Parameters

array $form: The form render array.

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

Return value

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

Overrides PrivateMessageConfigFormPluginInterface::validateForm

File

src/Plugin/PrivateMessageConfigForm/PrivateMessageConfigFormBase.php, line 74

Class

PrivateMessageConfigFormBase
Base class for PrivateMessageConfigForm plugins.

Namespace

Drupal\private_message\Plugin\PrivateMessageConfigForm

Code

public function validateForm(array &$form, FormStateInterface $formState) {
}