[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

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

(no description)

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

Defines 10 functions

  module_builder_get_hook_declarations()
  module_builder_get_hook_declarations_plain()
  module_builder_get_hook_names()
  module_builder_get_hook_data_flat()
  module_builder_get_hook_data()
  module_builder_get_hook_data_last_updated()
  module_builder_process_hook_data()
  module_builder_get_doc_files()
  _module_builder_process_hook_file()
  module_builder_parse_template()

Functions
Functions that are not part of a class:

module_builder_get_hook_declarations($dir = NULL)   X-Ref
Get stored hook declarations, keyed by hook name, with destination.

return:

module_builder_get_hook_declarations_plain($dir = NULL)   X-Ref
Get just hook declarations, keyed by hook name.

return:

module_builder_get_hook_names($dir = NULL, $short = FALSE)   X-Ref
Get just hook names.

param: $short
return:

module_builder_get_hook_data_flat($dir = NULL)   X-Ref
Helper for API functions that don't care about file grouping.


module_builder_get_hook_data($directory = NULL)   X-Ref
Retrieve hook data from storage file.


module_builder_get_hook_data_last_updated($directory = NULL)   X-Ref
Get the timestamp of the processed file.


module_builder_process_hook_data($hook_file_data)   X-Ref
Builds complete hook data array from downloaded files and stores in a file.

param: hook_file_data
return:

module_builder_get_doc_files()   X-Ref
Retrieve list of documentation files containing hook definitions.

return: array

_module_builder_process_hook_file($filepath)   X-Ref
Extracts raw hook data from downloaded hook documentation files.

param: string $path
param: string $file
return: array

module_builder_parse_template($file)   X-Ref
Parse a module_builder template file.

Template files are composed of several sections in the form of:

== START [title of template section] ==
[the body of the template section]
== END ==

param: string $file
return: Array



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