You are here

public function EntityDefaultUIController::overviewFormValidate in Entity API 7

Overview form validation callback.

Parameters

$form: The form array of the overview form.

$form_state: The overview form state which will be used for validating.

File

includes/entity.ui.inc, line 181
Provides a controller for building an entity overview form.

Class

EntityDefaultUIController
Default UI controller providing admin UI.

Code

public function overviewFormValidate($form, &$form_state) {
}