cpn_alter_block |
./cpn.install |
Adds CPN fields to block table, as defined in cpn_schema_alter(). |
2 |
|
cpn_attach_syntax_highlighting |
./cpn.module |
Attaches syntax highlighting to a form element. |
4 |
|
cpn_block_submit |
./cpn.module |
Block submit callback. |
|
1 |
cpn_block_validate |
./cpn.module |
Block validation callback. |
|
1 |
cpn_codemirror |
./cpn.module |
Returns path to CodeMirror, or FALSE if not found. |
3 |
|
cpn_codemirror_version |
./cpn.module |
Identify the version of CodeMirror that is currently available. |
1 |
1 |
cpn_ctools_render_alter |
./cpn.module |
Implements hook_ctools_render_alter(). |
|
|
cpn_delete_file |
./cpn.module |
Deletes CSS & JavaScript from the file system (but only if it exists). |
5 |
|
cpn_field_extra_fields |
./cpn.module |
Implements hook_field_extra_fields(). |
|
|
cpn_form_alter |
./cpn.module |
Implements of hook_form_alter(). |
|
|
cpn_form_node_form_alter |
./cpn.module |
Implements hook_form_BASE_FORM_ID_alter(). |
|
|
cpn_form_node_type_form_alter |
./cpn.module |
Implements hook_form_FORM_ID_alter(). |
|
|
cpn_install |
./cpn.install |
Implements hook_install(). |
|
|
cpn_menu |
./cpn.module |
Implements hook_menu(). |
|
|
cpn_modules_installed |
./cpn.install |
Implements hook_modules_installed(). |
|
|
cpn_node_delete |
./cpn.module |
Implements hook_node_delete(). |
|
|
cpn_node_insert |
./cpn.module |
Implements hook_node_insert(). |
1 |
|
cpn_node_load |
./cpn.module |
Implements hook_node_load(). |
|
|
cpn_node_type_submit |
./cpn.module |
Node type submit callback. |
|
1 |
cpn_node_type_validate |
./cpn.module |
Node type validation callback. |
|
1 |
cpn_node_update |
./cpn.module |
Implements hook_node_update(). |
|
|
cpn_node_validate |
./cpn.module |
Implements hook_node_validate(). |
|
|
cpn_node_view |
./cpn.module |
Implements hook_node_view(). |
|
|
cpn_output_noscript |
./cpn.module |
Output the NOSCRIPT string with the required HTML tag. |
3 |
|
cpn_page_build |
./cpn.module |
Implements hook_page_build(). |
|
|
cpn_permission |
./cpn.module |
Implements hook_permission(). |
|
|
cpn_preprocess_block |
./cpn.module |
Implements of template_preprocess_block(). |
|
|
cpn_requirements |
./cpn.install |
Implement hook_requirements(). |
|
|
cpn_save_file |
./cpn.module |
Saves CSS & JavaScript in the file system (but only if not empty). |
4 |
|
cpn_schema |
./cpn.install |
Implements hook_schema(). |
|
|
cpn_schema_alter |
./cpn.install |
Implements hook_schema_alter(). |
2 |
|
cpn_settings |
./cpn.admin.inc |
Settings form. |
|
1 |
cpn_settings_submit |
./cpn.admin.inc |
Settings form - submit callback. |
|
1 |
cpn_settings_validate |
./cpn.admin.inc |
Settings form - validate callback. |
|
|
cpn_unalter_block |
./cpn.install |
Drops CPN fields from block table, as defined in cpn_schema_alter(). |
1 |
|
cpn_uninstall |
./cpn.install |
Implements hook_uninstall(). |
|
|
cpn_update_7000 |
./cpn.install |
Upgrade CPN settings from D6 to D7. |
|
|
cpn_update_7100 |
./cpn.install |
Migrate any sites that may have used the patch from
http://drupal.org/node/1423408 to control CSS/JS aggregation. |
|
|
cpn_update_7101 |
./cpn.install |
Make the CSS and JS fields long text fields. |
|
|
cpn_update_7102 |
./cpn.install |
Split the CSS & JS wrappers. |
|
|
cpn_update_7103 |
./cpn.install |
Rename some conent-type -specific variables. |
|
|
cpn_update_7104 |
./cpn.install |
Add the new CPN admin permission. |
|
|
cpn_update_7105 |
./cpn.install |
Add the 'noscript' field to the {cpn} table. |
|
|
cpn_update_7106 |
./cpn.install |
Add the 'noscript' field to the {block} table. |
|
|
cpn_validate |
./cpn.module |
Validates CSS or JavaScript. |
3 |
|
cpn_wrap_output |
./cpn.module |
Wrap output for a given type using the wrapper variables. |
4 |
|