ctools_content_get_all_types |
|
includes/content.inc |
Get an array of all content types that can be fed into the
display editor for the add content list, regardless of
availability. |
|
|
ctools_content_get_available_types |
|
includes/content.inc |
Get an array of all available content types that can be fed into the
display editor for the add content list. |
|
|
ctools_content_get_defaults |
|
includes/content.inc |
Set up the default $conf for a new instance of a content type. |
1 |
|
ctools_content_get_subtype |
|
includes/content.inc |
Given a content type and a subtype id, return the information about that
content subtype. |
2 |
|
ctools_content_get_subtypes |
|
includes/content.inc |
Get all of the individual subtypes provided by a given content type. This
would be all of the blocks for the block type, or all of the views for
the view type. |
3 |
|
ctools_content_menu |
|
includes/content.menu.inc |
@file
Contains menu item registration for the content tool. |
|
|
ctools_content_plugin_type |
|
includes/content.plugin-type.inc |
@file
Contains plugin type registration information for the content tool. |
|
|
ctools_content_prepare_subtype |
|
includes/content.inc |
Ensure minimal required settings on a content subtype exist. |
2 |
|
ctools_content_process |
|
includes/content.inc |
Provide defaults for a content type. |
|
1 |
ctools_content_render |
|
includes/content.inc |
Get the content from a given content type. |
1 |
|
ctools_content_select_context |
|
includes/content.inc |
Select the context to be used for a piece of content, based upon config. |
3 |
|
ctools_content_theme |
|
includes/content.theme.inc |
Implements hook_theme to load all content plugins and pass thru if
necessary. |
|
|
ctools_content_type_new |
|
ctools_custom_content/ctools_custom_content.module |
Create callback for creating a new CTools custom content type. |
|
1 |
ctools_context_add_argument_form |
|
includes/context-admin.inc |
Add the argument table plus gadget plus javascript to the form. |
|
|
ctools_context_add_context_form |
|
includes/context-admin.inc |
|
2 |
|
ctools_context_add_item_table |
|
includes/context-admin.inc |
Add the context table to the page. |
4 |
|
ctools_context_add_item_table_buttons |
|
includes/context-admin.inc |
|
2 |
|
ctools_context_add_item_to_form |
|
includes/context-admin.inc |
Add a row to the form. Used both in the main form and by
the ajax to add an item. |
3 |
|
ctools_context_add_relationship_form |
|
includes/context-admin.inc |
|
2 |
|
ctools_context_add_required_context_form |
|
includes/context-admin.inc |
|
1 |
|
ctools_context_admin_includes |
|
includes/context-admin.inc |
Include all context administrative include files, css, javascript. |
2 |
|
ctools_context_ajax_item_add |
|
includes/context-admin.inc |
Ajax entry point to add an context |
|
1 |
ctools_context_ajax_item_delete |
|
includes/context-admin.inc |
Ajax entry point to edit an item |
|
1 |
ctools_context_ajax_item_edit |
|
includes/context-admin.inc |
Ajax entry point to edit an item |
|
1 |
ctools_context_converter_selector |
|
includes/context.inc |
Create a select box to choose possible contexts. |
1 |
|
ctools_context_convert_context |
|
includes/context.inc |
Let the context convert an argument based upon the converter that was given. |
4 |
|
ctools_context_create |
|
includes/context.inc |
Create a new context object. |
32 |
|
ctools_context_create_empty |
|
includes/context.inc |
Create an empty context object. |
29 |
|
ctools_context_create_entity |
|
plugins/contexts/entity.inc |
It's important to remember that $conf is optional here, because contexts
are not always created from the UI. |
|
1 |
ctools_context_create_node |
|
plugins/contexts/node.inc |
It's important to remember that $conf is optional here, because contexts
are not always created from the UI. |
|
1 |
ctools_context_create_node_add_form |
|
plugins/contexts/node_add_form.inc |
It's important to remember that $conf is optional here, because contexts
are not always created from the UI. |
|
1 |
ctools_context_create_node_edit_form |
|
plugins/contexts/node_edit_form.inc |
It's important to remember that $conf is optional here, because contexts
are not always created from the UI. |
|
1 |
ctools_context_create_string |
|
plugins/contexts/string.inc |
It's important to remember that $conf is optional here, because contexts
are not always created from the UI. |
|
1 |
ctools_context_create_term |
|
plugins/contexts/term.inc |
It's important to remember that $conf is optional here, because contexts
are not always created from the UI. |
|
1 |
ctools_context_create_terms |
|
plugins/contexts/terms.inc |
It's important to remember that $conf is optional here, because contexts
are not always created from the UI. |
|
1 |
ctools_context_create_token |
|
plugins/contexts/token.inc |
Create a context from manual configuration. |
|
1 |
ctools_context_create_user |
|
plugins/contexts/user.inc |
It's important to remember that $conf is optional here, because contexts
are not always created from the UI. |
|
1 |
ctools_context_create_user_edit_form |
|
plugins/contexts/user_edit_form.inc |
It's important to remember that $conf is optional here, because contexts
are not always created from the UI. |
|
1 |
ctools_context_create_vocabulary |
|
plugins/contexts/vocabulary.inc |
It's important to remember that $conf is optional here, because contexts
are not always created from the UI. |
|
1 |
ctools_context_entity_convert |
|
plugins/contexts/entity.inc |
Convert a context into a string. |
|
1 |
ctools_context_entity_convert_list |
|
plugins/contexts/entity.inc |
Provide a list of ways that this context can be converted to a string. |
|
1 |
ctools_context_entity_get_child |
|
plugins/contexts/entity.inc |
|
|
1 |
ctools_context_entity_get_children |
|
plugins/contexts/entity.inc |
|
1 |
1 |
ctools_context_entity_settings_form |
|
plugins/contexts/entity.inc |
|
|
1 |
ctools_context_entity_settings_form_submit |
|
plugins/contexts/entity.inc |
|
|
|
ctools_context_entity_settings_form_validate |
|
plugins/contexts/entity.inc |
Validate a node. |
|
|
ctools_context_exists_ctools_access_check |
|
plugins/access/context_exists.inc |
Check for access. |
|
1 |
ctools_context_exists_ctools_access_settings |
|
plugins/access/context_exists.inc |
Settings form. |
|
1 |
ctools_context_exists_ctools_access_summary |
|
plugins/access/context_exists.inc |
Provide a summary description based upon the specified context. |
|
1 |
ctools_context_filter |
|
includes/context.inc |
Return a keyed array of context that match the given 'required context'
filters. |
5 |
|