From 7df92ba62c2d6a00afda747a38fc099720009685 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 5 Nov 2015 17:23:36 -0800 Subject: preliminary hook detail files --- doc/hook/module_mod_aftercontent.bb | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/hook/module_mod_aftercontent.bb (limited to 'doc/hook/module_mod_aftercontent.bb') diff --git a/doc/hook/module_mod_aftercontent.bb b/doc/hook/module_mod_aftercontent.bb new file mode 100644 index 000000000..902ed47a9 --- /dev/null +++ b/doc/hook/module_mod_aftercontent.bb @@ -0,0 +1 @@ +[h2]module_mod_aftercontent[/h2] -- cgit v1.2.3 From 4ca0c2cfd14df5e2b6e9c7f59a10628f7653d6a4 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 5 Nov 2015 21:06:09 -0800 Subject: more hook doco --- doc/hook/module_mod_aftercontent.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc/hook/module_mod_aftercontent.bb') diff --git a/doc/hook/module_mod_aftercontent.bb b/doc/hook/module_mod_aftercontent.bb index 902ed47a9..5d48435b8 100644 --- a/doc/hook/module_mod_aftercontent.bb +++ b/doc/hook/module_mod_aftercontent.bb @@ -1 +1,12 @@ [h2]module_mod_aftercontent[/h2] + + + +The hook data for this call consists of an array + + $arr['content'] + +This element contains the HTML content which was prepared for this page by calling the module_content() function. It is invoked after the content has been created. It does not contain the result of AJAX or asynchronous page load calls. + + The current module may be determined by lookin at $a->module + -- cgit v1.2.3