You are here

public function PublishContentSettings::validateForm in Publish Content 8

Form validation handler.

Parameters

array $form: An associative array containing the structure of the form.

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.

Overrides FormBase::validateForm

File

src/Form/PublishContentSettings.php, line 131

Class

PublishContentSettings
Class PublishContentSettings.

Namespace

Drupal\publishcontent\Form

Code

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