function block_block_save

block_block_save($delta = 0, $edit = array())

Implements hook_block_save().

File

modules/block/block.module, line 235
Controls the visual building blocks a page is constructed with.

Code

function block_block_save($delta = 0, $edit = array()) {
  block_custom_block_save($edit, $delta);
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!block!block.module/function/block_block_save/7.x