You are here

public function ContentBuilderForm::nextValidate in Schema.org configuration tool (RDF UI) 8

Validate handler for the next button on first page.

Parameters

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

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

File

rdf_builder/src/Form/ContentBuilderForm.php, line 258

Class

ContentBuilderForm

Namespace

Drupal\rdf_builder\Form

Code

public function nextValidate(array $form, FormStateInterface $form_state) {

  // @TODO validate if required.
}