13 uses of OPIGNO_COURSE_BUNDLE in Opigno 7
- OpignoWebTestCase::createCourse in tests/
OpignoWebTestCase.test - Create a course and assign members to it.
- OpignoWebTestCase::createRole in tests/
OpignoWebTestCase.test - Create a role and set the permissions.
- opigno_access_tools in ./
opigno.module - Custom access callback for the tools tab on course nodes, or the rendered opigno_tools field.
- opigno_add_image_fields in ./
opigno.install - opigno_get_courses in ./
opigno.module - Returns an array of all course node NIDs for the platform.
- opigno_install in ./
opigno.install - Implements hook_install().
- opigno_og_prereq_install in modules/
og_prereq/ opigno_og_prereq.install - Implements hook_install().
- opigno_simple_ui_course_edit_tab_title in modules/
simple_ui/ opigno_simple_ui.module - Change the "Edit" tab title on course node pages.
- opigno_simple_ui_course_view_tab_title in modules/
simple_ui/ opigno_simple_ui.module - Change the "View" tab title on course node pages.
- opigno_simple_ui_menu_local_tasks_alter in modules/
simple_ui/ opigno_simple_ui.module - Implements hook_menu_local_tasks_alter().
- opigno_simple_ui_update_quiz_labels in modules/
simple_ui/ includes/ opigno_simple_ui.quiz.inc - Update the quiz fields and settings and name them "Lesson".
- opigno_update_7101 in ./
opigno.install - Enable the course image field
- _opigno_install_custom_fields in ./
opigno.module - This is a hack to circumvent the fact that we cannot easily install custom field types within the install hook. This is because the hook_field_info() is not called at that point, triggering a FieldException: Attempt to create a field of unknown…