ctools_page_help_content_type_render |
|
plugins/content_types/page/page_help.inc |
Output function for the 'page_help' content type. |
|
|
ctools_page_logo_content_type_render |
|
plugins/content_types/page/page_logo.inc |
Output function for the 'page_logo' content type. |
|
|
ctools_page_messages_content_type_render |
|
plugins/content_types/page/page_messages.inc |
Output function for the 'page_messages' content type. |
|
|
ctools_page_primary_links_content_type_edit_form |
|
plugins/content_types/page/page_primary_links.inc |
Returns an edit form for custom type settings. |
|
|
ctools_page_primary_links_content_type_render |
|
plugins/content_types/page/page_primary_links.inc |
Output function for the 'page_primary_links' content type. |
|
|
ctools_page_secondary_links_content_type_edit_form |
|
plugins/content_types/page/page_secondary_links.inc |
Returns an edit form for custom type settings. |
|
|
ctools_page_secondary_links_content_type_render |
|
plugins/content_types/page/page_secondary_links.inc |
Output function for the 'page_secondary_links' content type. |
|
|
ctools_page_site_name_content_type_edit_form |
|
plugins/content_types/page/page_site_name.inc |
Settings form for the Site Name pane. |
|
|
ctools_page_site_name_content_type_edit_form_submit |
|
plugins/content_types/page/page_site_name.inc |
The submit form stores the data in $conf. |
|
|
ctools_page_site_name_content_type_render |
|
plugins/content_types/page/page_site_name.inc |
Output function for the 'page_site_name' content type. |
|
|
ctools_page_slogan_content_type_render |
|
plugins/content_types/page/page_slogan.inc |
Output function for the 'page_slogan' content type. |
|
|
ctools_page_tabs_content_type_edit_form |
|
plugins/content_types/page/page_tabs.inc |
|
|
|
ctools_page_tabs_content_type_edit_form_submit |
|
plugins/content_types/page/page_tabs.inc |
The submit form stores the data in $conf. |
|
|
ctools_page_tabs_content_type_render |
|
plugins/content_types/page/page_tabs.inc |
Output function for the 'page_tabs' content type. |
|
|
ctools_page_title_content_type_edit_form |
|
plugins/content_types/page/page_title.inc |
|
|
|
ctools_page_title_content_type_edit_form_submit |
|
plugins/content_types/page/page_title.inc |
The submit form stores the data in $conf. |
|
|
ctools_page_title_content_type_render |
|
plugins/content_types/page/page_title.inc |
Output function for the 'page_title' content type. |
|
|
ctools_page_title_content_type_token |
|
plugins/content_types/page/page_title.inc |
Variable token callback to properly render the page title, with markup. |
|
1 |
ctools_page_token_processing |
|
./ctools.module |
A theme post_render callback to allow content type plugins to use page
template variables which are not yet available when the content type is
rendered. |
2 |
1 |
ctools_page_wizard_menu |
|
includes/page-wizard.menu.inc |
@file
Contains menu item registration for the page manager page wizards tool. |
|
|
ctools_passthrough |
|
includes/utility.inc |
Provide a hook passthrough to included files. |
4 |
|
ctools_path_visibility_ctools_access_check |
|
plugins/access/path_visibility.inc |
Check for access. |
|
1 |
ctools_path_visibility_ctools_access_settings |
|
plugins/access/path_visibility.inc |
Settings form. |
|
1 |
ctools_path_visibility_ctools_access_summary |
|
plugins/access/path_visibility.inc |
Provide a summary description. |
|
1 |
ctools_permission |
|
./ctools.module |
Implements hook_permission(). |
|
|
ctools_perm_ctools_access_check |
|
plugins/access/perm.inc |
Check for access. |
|
1 |
ctools_perm_ctools_access_settings |
|
plugins/access/perm.inc |
Settings form for the 'by perm' access plugin. |
|
1 |
ctools_perm_ctools_access_summary |
|
plugins/access/perm.inc |
Provide a summary description based upon the checked roles. |
|
1 |
ctools_php_ctools_access_check |
|
plugins/access/php.inc |
Check for access. |
|
1 |
ctools_php_ctools_access_settings |
|
plugins/access/php.inc |
Settings form for the 'by perm' access plugin. |
|
1 |
ctools_php_ctools_access_summary |
|
plugins/access/php.inc |
Provide a summary description based upon the checked roles. |
|
1 |
ctools_plugins_default_form_wrapper |
|
includes/plugins-admin.inc |
A wrapper to provide a default submit so that plugins don't have to duplicate
a whole bunch of code to do what most of them want to do anyway. |
|
1 |
ctools_plugins_default_form_wrapper_submit |
|
includes/plugins-admin.inc |
Provide a default storage mechanism. |
|
1 |
ctools_plugin_api_get_hook |
|
includes/plugins.inc |
Find out what hook to use to determine if modules support an API. |
2 |
|
ctools_plugin_api_include |
|
includes/plugins.inc |
Load a group of API files. |
1 |
|
ctools_plugin_api_info |
|
includes/plugins.inc |
Get an array of information about modules that support an API. |
1 |
1 |
ctools_plugin_configure_form |
|
includes/plugins-admin.inc |
Get a plugin configuration form. |
2 |
1 |
ctools_plugin_example_arg_length_ctools_access_check |
|
ctools_plugin_example/plugins/access/arg_length.inc |
Check for access. |
|
1 |
ctools_plugin_example_arg_length_ctools_access_settings |
|
ctools_plugin_example/plugins/access/arg_length.inc |
Settings form for the 'by role' access plugin. |
|
1 |
ctools_plugin_example_arg_length_ctools_access_summary |
|
ctools_plugin_example/plugins/access/arg_length.inc |
Provide a summary description based upon the checked roles. |
|
1 |
ctools_plugin_example_context_create_relcontext |
|
ctools_plugin_example/plugins/contexts/relcontext.inc |
Create a context, either from manual configuration (form) or from an argument on the URL. |
|
1 |
ctools_plugin_example_context_create_simplecontext |
|
ctools_plugin_example/plugins/contexts/simplecontext.inc |
Create a context, either from manual configuration or from an argument on the URL. |
|
1 |
ctools_plugin_example_ctools_plugin_api |
|
ctools_plugin_example/ctools_plugin_example.module |
Implement hook_ctools_plugin_api(). |
|
|
ctools_plugin_example_ctools_plugin_directory |
|
ctools_plugin_example/ctools_plugin_example.module |
Implements hook_ctools_plugin_directory(). |
|
|
ctools_plugin_example_default_page_manager_pages |
|
ctools_plugin_example/ctools_plugin_example.pages_default.inc |
Default panels pages for CTools Plugin Example. |
|
|
ctools_plugin_example_default_panel_pages |
|
ctools_plugin_example/plugins/panels.pages.inc |
Implements hook_default_panel_pages() |
|
|
ctools_plugin_example_example_role_ctools_access_check |
|
ctools_plugin_example/plugins/access/example_role.inc |
Check for access. |
|
1 |
ctools_plugin_example_example_role_ctools_access_settings |
|
ctools_plugin_example/plugins/access/example_role.inc |
Settings form for the 'by role' access plugin. |
|
1 |
ctools_plugin_example_example_role_ctools_access_settings_submit |
|
ctools_plugin_example/plugins/access/example_role.inc |
Compress the roles allowed to the minimum. |
|
|
ctools_plugin_example_example_role_ctools_access_summary |
|
ctools_plugin_example/plugins/access/example_role.inc |
Provide a summary description based upon the checked roles. |
|
1 |