function views_megarow_command_dismiss in Views Megarow 7
Dismiss the megarow.
1 call to views_megarow_command_dismiss()
- views_megarow_autoclose_megarow in ./
views_megarow.module - Submit callback to trigger the megarow closing after submitting the form.
File
- ./
views_megarow.module, line 349
Code
function views_megarow_command_dismiss($entity_id) {
return array(
'command' => 'megarow_dismiss',
'entity_id' => $entity_id,
);
}