You are here

function hook_node_import_format_options_alter in Node import 6

Change the format options.

Parameters

$formats: Return value of hook_node_import_format_options().

$op: See hook_node_import_format_options().

Return value

Just like with any Drupal _alter() hook, you need to change the array passed to this function.

Related topics

File

./node_import.api.php, line 608
Explanation of the Node import hooks.

Code

function hook_node_import_format_options_alter(&$formats, $op) {
}