You are here

Functions in Macro 6

Primary tabs

Namesort descending Location Description Direct uses Strings
drupal_execute_macro ./macro.module Attempts to programmatically submit all the forms that have been specified in the $macros collection. 1
macro_admin_settings ./macro.module Menu callback for the macro settings form. 2
macro_end_macro_session ./macro.module End a macro session from a page callback with a redirect to the export form. 1
macro_export_action_submit ./macro.module Form callback to handle macro export functionality. 1
macro_export_macro ./macro.module A form callback that displays the macro exported. 2
macro_export_session_action_submit ./macro.module Form callback to handle macro export session functionality. 1
macro_form_alter ./macro.module Implementation of hook_form_alter().
macro_get_macro ./macro.module The output of this callback should be saved to the profiles/$profile/macros.inc file, to be automatically played back upon completed install. 1
macro_help ./macro.module Implementation of hook_help().
macro_import_action_submit ./macro.module Form submit handler to redirect to the import form. 1
macro_import_macro ./macro.module A form callback that displays the macro import form. 2
macro_import_macro_submit ./macro.module Implementation of macro_import_macro hook_submit function.
macro_init ./macro.module Implementation of hook_init().
macro_menu ./macro.module Implementation of hook_menu().
macro_perm ./macro.module Implementation of hook_perm().
macro_record_macro ./macro.module A form submission handler, that stores the form submissions into the variables table 1 1
_macro_recursively_convert_objects_to_arrays ./macro.module This recursively runs thru an object and converts it into an array. This is to be called for form entries as we do not want varexport to treat any element as an object. If varexport sees an object, it will output stdClass::__set_state, which is not… 1

Other projects