public function RoleListController::validateForm

Form validation handler.

Parameters

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

array $form_state: An associative array containing the current state of the form.

Overrides FormInterface::validateForm

File

drupal/core/modules/user/lib/Drupal/user/RoleListController.php, line 117
Contains \Drupal\user\RoleListController.

Class

RoleListController
Provides a listing of user roles.

Namespace

Drupal\user

Code

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

  // No validation.
}