You are here

public static function ContentMappings::formValidate in Schema.org configuration tool (RDF UI) 8

Validates Schema.org mappings in \Drupal\node\NodeTypeForm.

File

src/ContentMappings.php, line 58

Class

ContentMappings
RDF UI Rdf Mapping for Content Types.

Namespace

Drupal\rdfui

Code

public static function formValidate(array &$form, FormStateInterface $form_state) {

  // @TODO implement method if validation is required.
}