public static function NodeImportNode::getInfo in Node import 6
File
- tests/
supported/ node.test, line 12
Class
Code
public static function getInfo() {
return array(
'name' => 'Node',
'description' => 'Test import of basic nodes (Title, Body, Input format, Authored on, Authored by, Publishing options).',
'group' => 'Node import',
);
}