entity_print_access |
./entity_print.module |
Validate that the current user has access. |
|
1 |
entity_print_add_css |
./entity_print.module |
Add a CSS file for entity print. |
8 |
|
entity_print_commerce_order_entity_print_css |
modules/entity_print_commerce_order/entity_print_commerce_order.module |
Implements hook_entity_print_css(). |
|
|
entity_print_commerce_order_theme |
modules/entity_print_commerce_order/entity_print_commerce_order.module |
Implements hook_theme(). |
|
|
entity_print_entity_debug |
./entity_print.module |
A debug callback for styling up the PDF. |
|
1 |
entity_print_entity_info_alter |
./entity_print.module |
Implements hook_entity_info_alter(). |
|
|
entity_print_entity_to_pdf |
./entity_print.module |
Output an entity as a PDF. |
|
1 |
entity_print_menu |
./entity_print.module |
Implements hook_entity_print(). |
|
|
entity_print_permission |
./entity_print.module |
Implements hook_permission(). |
|
|
entity_print_settings_form |
./entity_print.admin.inc |
Implements form callback. |
|
1 |
entity_print_test_entity_print_css |
tests/entity_print_test.module |
Implements hook_entity_print_css(). |
|
|
entity_print_test_system_theme_info |
tests/entity_print_test.module |
Implements hook_system_theme_info(). |
|
|
entity_print_theme |
./entity_print.module |
Implements hook_theme(). |
|
|
entity_print_update_7001 |
./entity_print.install |
Introduce per entity type and per bundle permissions. |
|
|
entity_print_views_theme |
modules/entity_print_views/entity_print_views.module |
Implements hook_theme(). |
|
|
entity_print_views_views_api |
modules/entity_print_views/entity_print_views.module |
Implements hook_views_api(). |
|
|
entity_print_views_views_plugins |
modules/entity_print_views/entity_print_views.module |
Implements hook_views_plugins(). |
|
|
entity_print_view_access |
./entity_print.module |
Function to check for entity view permission. |
1 |
|
hook_entity_print_css |
./entity_print.api.php |
This hook is provided to allow modules to add their own CSS files. |
|
|
hook_entity_print_pdf_alter |
./entity_print.api.php |
Allows other modules to get hold of the pdf object for making changes. |
|
|
hook_entity_print_views_css |
modules/entity_print_views/entity_print_views.api.php |
This hook is provided to allow modules to add their own CSS files. |
|
|
hook_entity_print_views_pdf_alter |
modules/entity_print_views/entity_print_views.api.php |
Allows other modules to get hold of the pdf object for making changes. |
|
|
_entity_print_get_css |
./entity_print.module |
Inject the relevant css for the template. |
1 |
|
_entity_print_get_generated_html |
./entity_print.module |
Generate the HTML for our entity. |
2 |
|
_entity_print_views_get_css |
modules/entity_print_views/entity_print_views.module |
Inject the relevant css for the template. |
1 |
|