function node_update_8009

Coverts default_nodes_main variable to config.

Related topics

File

drupal/core/modules/node/node.install, line 765
Install, update and uninstall functions for the node module.

Code

function node_update_8009() {
  update_variables_to_config('node.settings', array(
    'default_nodes_main' => 'items_per_page',
  ));
}