function node_form_block_custom_block_delete_alter
Implements hook_form_FORMID_alter().
Adds node specific submit handler to delete custom block form.
See also
File
-
modules/
node/ node.module, line 2475
Code
function node_form_block_custom_block_delete_alter(&$form, &$form_state) {
$form['#submit'][] = 'node_form_block_custom_block_delete_submit';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.