panels_php_ctools_plugin_directory |
./panels_php.module |
Implements hook_ctools_plugin_directory(). |
|
|
panels_php_php_content_type_admin_info |
plugins/content_types/php/php.inc |
Callback to provide administrative info. In this case we'll render the
content as long as it's not PHP, which is too risky to render here. |
|
|
panels_php_php_content_type_admin_title |
plugins/content_types/php/php.inc |
Callback to provide the administrative title of the php content. |
|
|
panels_php_php_content_type_content_type |
plugins/content_types/php/php.inc |
Return the php content types with the specified $subtype_id. |
3 |
|
panels_php_php_content_type_content_types |
plugins/content_types/php/php.inc |
Return all php content types available. |
|
|
panels_php_php_content_type_editable |
plugins/content_types/php/php.inc |
|
|
1 |
panels_php_php_content_type_edit_form |
plugins/content_types/php/php.inc |
Returns an edit form for the php type. |
|
1 |
panels_php_php_content_type_edit_form_submit |
plugins/content_types/php/php.inc |
The submit form stores the data in $conf. |
|
|
panels_php_php_content_type_edit_form_validate |
plugins/content_types/php/php.inc |
The validate form to ensure the php content data is okay. |
|
|
panels_php_php_content_type_get_conf |
plugins/content_types/php/php.inc |
Given a subtype and a $conf, return the actual settings to use. |
4 |
|
panels_php_php_content_type_render |
plugins/content_types/php/php.inc |
Output function for the 'php' content type. Outputs a custom
based on the module and delta supplied in the configuration. |
|
|
_panels_php_default_content_type_content_type |
plugins/content_types/php/php.inc |
Settings for the default php content type. |
2 |
|
_panels_php_php_content_type_content_type |
plugins/content_types/php/php.inc |
Return an info array for a specific php content type. |
2 |
|
_panels_php_php_content_type_edit_save |
plugins/content_types/php/php.inc |
|
1 |
|
_panels_php_php_eval |
plugins/content_types/php/php.inc |
Helper function. |
1 |
|