You are here

function token_form_block_add_block_form_alter in Token 7

Implements hook_form_FORM_ID_alter().

File

./token.module, line 260
Enhances the token API in core: adds a browseable UI, missing tokens, etc.

Code

function token_form_block_add_block_form_alter(&$form, $form_state) {
  token_form_block_admin_configure_alter($form, $form_state);
}