[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/modules/module_builder/includes/ -> update_7.inc (summary)

(no description)

File Size: 123 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 2 functions

  module_builder_update_documentation()
  _module_builder_get_hook_destinations()

Functions
Functions that are not part of a class:

module_builder_update_documentation()   X-Ref
Updates hook documentation files.

This function should be called after all settings have been checked.
It retrieves a list of api hook documentation files from the current
Drupal install. On D7 these are files of the form MODULE.api.php and are
present in the codebase (rather than needing to be downloaded from CVSview
as was the case in previous versions of Drupal).

After calling this function, you probably want to pass the returned list
of files to module_builder_process_hook_data().
Though really, instead of this function you probably want module_builder_update_data().
Just saying.

return:

_module_builder_get_hook_destinations(&$hook_files)   X-Ref
Add extra data about hook destinations to the hook file data.
This allows entire files or individual hooks to have a file other than
the default %module.module as their destination.




Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7