auto_nodetitle_node_import_prepare |
supported/auto_nodetitle.inc |
Implementation of hook_node_import_prepare(). |
|
|
auto_nodetitle_node_import_static |
supported/auto_nodetitle.inc |
Implementation of hook_node_import_static(). |
|
|
book_node_import_fields |
supported/book.inc |
Implementation of hook_node_import_fields(). |
|
|
book_node_import_prepare |
supported/book.inc |
Implementation of hook_node_import_prepare(). |
|
|
book_node_import_static |
supported/book.inc |
Implementation of hook_node_import_static(). |
|
|
comment_node_import_fields |
supported/comment.inc |
Implementation of hook_node_import_fields(). |
|
|
comment_node_import_prepare |
supported/comment.inc |
Implementation of hook_node_import_prepare(). |
|
|
content_node_import_fields |
supported/cck/content.inc |
Implementation of hook_node_import_fields(). |
|
|
content_node_import_global |
supported/cck/content.inc |
Implementation of hook_node_import_global(). |
|
|
content_node_import_prepare |
supported/cck/content.inc |
Implementation of hook_node_import_prepare(). |
|
|
event_node_import_fields |
supported/event.inc |
Implementation of hook_node_import_fields(). |
|
|
event_node_import_global |
supported/event.inc |
Implementation of hook_node_import_global(). |
|
|
event_node_import_prepare |
supported/event.inc |
Implementation of hook_node_import_prepare(). |
|
|
event_node_import_static |
supported/event.inc |
Implementation of hook_node_import_static(). |
|
|
flexinode_node_import_fields |
supported/flexinode.inc |
Implementation of hook_node_import_fields(). |
|
|
flexinode_node_import_prepare |
supported/flexinode.inc |
Implementation of hook_node_import_prepare(). |
|
|
flexinode_node_import_static |
supported/flexinode.inc |
Implementation of hook_node_import_static(). |
|
|
flexinode_node_import_types |
supported/flexinode.inc |
Implementation of hook_node_import_types(). |
|
|
hook_node_import_complete |
docs/node_import_hook_docs.php |
Allows a module to react to the completed set of node imports. |
|
|
hook_node_import_fields |
docs/node_import_hook_docs.php |
Provides a list of fields which each module understands. When importing the
array keys will be used to name the node object's children. |
|
|
hook_node_import_global |
docs/node_import_hook_docs.php |
Provides form fields which will have the same user-specified value across
one import. |
|
|
hook_node_import_postprocess |
docs/node_import_hook_docs.php |
Allows a module to react on the creation of a node by node_import. |
|
|
hook_node_import_prepare |
docs/node_import_hook_docs.php |
Hook that is called before node_validate. This allows a module to
change the imported field from a user readable format to a format
node_save understands. |
|
|
hook_node_import_static |
docs/node_import_hook_docs.php |
Provides a list of values which are static for all node imports of a given
type. |
|
|
hook_node_import_types |
docs/node_import_hook_docs.php |
Returns a list of node types which have full support for importing provided
by other hooks. |
|
|
image_node_import_fields |
supported/image.inc |
Implementation of hook_node_import_fields(). |
|
|
image_node_import_postprocess |
supported/image.inc |
Implementation of hook_node_import_postprocess(). |
|
|
image_node_import_prepare |
supported/image.inc |
Implementation of hook_node_import_prepare(). |
|
|
links_weblink_node_import_fields |
supported/links_weblink.inc |
Implementation of hook_node_import_fields(). |
|
|
location_node_import_fields |
supported/location.inc |
Implementation of hook_node_import_fields(). |
|
|
location_node_import_prepare |
supported/location.inc |
Implementation of hook_node_import_prepare(). |
|
|
nodewords_node_import_fields |
supported/nodewords.inc |
Implementation of hook_node_import_fields(). |
|
|
nodewords_node_import_prepare |
supported/nodewords.inc |
Implementation of hook_node_import_prepare(). |
|
|
node_import_automap |
./node_import.api.inc |
Try to find a likely mapping for given headers. |
1 |
|
node_import_fields |
./node_import.api.inc |
Get a list of supported node fields for a given type. |
3 |
|
node_import_help |
./node_import.module |
Implementation of hook_help(). |
|
|
node_import_install |
./node_import.install |
|
|
|
node_import_load_supported |
./node_import.api.inc |
Loads the hooks for the supported modules. |
1 |
|
node_import_menu |
./node_import.module |
Implementation of hook_menu(). |
|
|
node_import_nodereference |
./node_import.api.inc |
Helper function to get a node from a string. This function will
return the nid of the node found or NULL if no node matching
the string was found. |
2 |
|
node_import_page |
./node_import.module |
Menu callback function. |
|
1 |
node_import_perm |
./node_import.module |
Implementation of hook_perm(). |
|
|
node_import_settings |
./node_import.module |
Menu callback: settings page. |
|
1 |
node_import_types |
./node_import.api.inc |
Get a list of supported nodes types. |
1 |
|
node_import_uninstall |
./node_import.install |
|
|
|
node_import_update_1 |
./node_import.install |
|
|
|
node_import_userreference |
./node_import.api.inc |
Helper function to get a user from a string. This function will
return the uid of the user found or NULL if no user matching
the string was found. |
3 |
|
node_import_valid_date |
./node_import.module |
Check if a date is valid and return the correct
timestamp to use. Returns -1 if the date is not
considered valid. |
2 |
|
node_node_import_fields |
supported/node.inc |
Implementation of hook_node_import_fields(). |
|
|
node_node_import_global |
supported/node.inc |
Implementation of hook_node_import_global(). |
|
|