function block_block_save
Implements hook_block_save().
File
-
modules/
block/ block.module, line 235
Code
function block_block_save($delta = 0, $edit = array()) {
block_custom_block_save($edit, $delta);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.