You are here

function oauth2_server_scope_form_validate in OAuth2 Server 7

Validation callback.

File

includes/oauth2_server.scope_admin.inc, line 231
Admin UI for scopes.

Code

function oauth2_server_scope_form_validate($form, &$form_state) {
  entity_form_field_validate('oauth2_server_scope', $form, $form_state);
}