function node_form_block_add_block_form_alter

Implements hook_form_FORMID_alter().

Adds node-type specific visibility options to add block form.

See also

block_add_block_form()

File

modules/node/node.module, line 2413

Code

function node_form_block_add_block_form_alter(&$form, &$form_state) {
    node_form_block_admin_configure_alter($form, $form_state);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.