public function ContentModerationNotificationsFormBase::validate in Content Moderation Notifications 8
Overrides Drupal\Core\Entity\EntityFormController::validate().
Parameters
array $form: An associative array containing the structure of the form.
\Drupal\Core\Form\FormStateInterface $form_state: An associative array containing the current state of the form.
File
- src/
Form/ ContentModerationNotificationsFormBase.php, line 253
Class
- ContentModerationNotificationsFormBase
- Class ContentModerationNotificationFormBase.
Namespace
Drupal\content_moderation_notifications\FormCode
public function validate(array $form, FormStateInterface $form_state) {
parent::validate($form, $form_state);
// Add code here to validate your config entity's form elements.
// Nothing to do here.
}