public NodeTypeForm::validateForm(array &$form, FormStateInterface $form_state)
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
core/modules/node/src/NodeTypeForm.php, line 202
Class
NodeTypeForm Form handler for node type forms.
Namespace
Drupal\node
Code
public function validateForm(array &$form, Fo