panels_sections_admin_settings_form |
./panels_sections.module |
|
|
1 |
panels_sections_admin_settings_form_submit |
./panels_sections.module |
|
|
|
panels_sections_block |
./panels_sections.module |
Implementation of hook_block |
|
|
panels_sections_check_section |
./panels_sections.module |
API to allow you to get a text string back with the
name of the current section, or returns TRUE/FALSE if
the section name passed in is the current section |
|
|
panels_sections_help |
./panels_sections.module |
Implementation of hook_help(). |
|
|
panels_sections_install |
./panels_sections.install |
|
|
|
panels_sections_in_section |
./panels_sections.module |
An API for modules that want to know about panels_sections. |
2 |
|
panels_sections_list |
./panels_sections.module |
Declare administrative settings for a module. |
|
1 |
panels_sections_menu |
./panels_sections.module |
Implementation of hook_menu(). |
|
|
panels_sections_perm |
./panels_sections.module |
Implementation of hook_perm(). |
|
|
panels_sections_schema |
./panels_sections.install |
Implementation of hook_schema(). |
|
|
panels_sections_section_load |
./panels_sections.module |
load and return a section object given an $sid |
|
|
panels_sections_takeover |
./panels_sections.module |
This function must be called once from template.php
it will determine which panel to use based by querying panels_page
and panels_sections, then load the correct panel and do some text replacing
to convert %CONTENT% to the page content so you can use… |
|
|
panels_sections_uninstall |
./panels_sections.install |
Implementation of hook_uninstall(). |
|
|
_panels_sections_delete |
./panels_sections.module |
delete a section |
|
1 |
_panels_sections_delete_confirm |
./panels_sections.module |
confirm the deletion of a section |
|
1 |
_panels_sections_load |
./panels_sections.module |
load and return all sections |
1 |
|
_panels_sections_panels_page_select |
./panels_sections.module |
Loads the options for the Panels Page select form element |
1 |
|