You are here

public function EntityDefaultUIController::overviewFormSubmit in Entity API 7

Overview form submit callback.

Parameters

$form: The form array of the overview form.

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

File

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

Class

EntityDefaultUIController
Default UI controller providing admin UI.

Code

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