MDL-49385 block_base: Deprecate config_save function.
block_base->config_save is not used anywhere any more. If contributed plugins rely on it, it makes no difference since it is not being called, if they do something like $this->config_save or parent::config_save somewhere in their block class instance, this will still work as deprecated function will handle it.
Please register or sign in to comment