|
Moodle APIs 4.2
Moodle 4.2.7 (Build: 20240422)
|
Directories | |
| directory | local |
| | |
Files | |
| file | access.php |
| Plugin capabilities. | |
| file | accessdate.php |
| Access Date filter. | |
| file | base.php |
| Filter base. | |
| file | base.php |
| Target base. | |
| file | behat_tool_usertours.php |
| User tour related steps definitions. | |
| file | block.php |
| Block target. | |
| file | cache.php |
| Cache manager. | |
| file | caches.php |
| Plugin cache definitions. | |
| file | category.php |
| Category filter. | |
| file | clientside_filter.php |
| Clientside filter base. | |
| file | configuration.php |
| Step configuration detail class. | |
| file | course.php |
| Course filter. | |
| file | courseformat.php |
| Course format filter. | |
| file | cssselector.php |
| Selector filter. | |
| file | editstep.php |
| Form for editing steps. | |
| file | edittour.php |
| Form for editing tours. | |
| file | helper.php |
| Tour helper. | |
| file | helper_trait.php |
| Helpers for unit tests. | |
| file | importtour.php |
| Form for editing tours. | |
| file | install.php |
| Install code for tours. | |
| file | lib.php |
| Tour. | |
| file | manager.php |
| Tour manager. | |
| file | provider.php |
| Privacy Subsystem implementation for tool_usertours. | |
| file | renderer.php |
| Renderer. | |
| file | role.php |
| Theme filter. | |
| file | selector.php |
| Selector target. | |
| file | services.php |
| List of Web Services for the tool_usertours plugin. | |
| file | settings.php |
| Settings page. | |
| file | step.php |
| Tour Step Renderable. | |
| file | step.php |
| Step class. | |
| file | step_list.php |
| Table to show the list of steps in a tour. | |
| file | step_shown.php |
| The tool_usertours step_shown event. | |
| file | target.php |
| Target class. | |
| file | theme.php |
| Theme filter. | |
| file | tour.php |
| Tour renderable. | |
| file | tour.php |
| Tour class. | |
| file | tour_ended.php |
| The tool_usertours tour_ended event. | |
| file | tour_list.php |
| Table to show the list of tours. | |
| file | tour_reset.php |
| The tool_usertours tour_reset event. | |
| file | tour_started.php |
| The tool_usertours tour_started event. | |
| file | unattached.php |
| A step designed to be orphaned. | |
| file | upgrade.php |
| Upgrade code for install. | |
| file | version.php |
| Version information. | |
Namespaces | |
| namespace | tool_usertours |
| | |
| namespace | tool_usertours\event |
| | |
| namespace | tool_usertours\local\clientside_filter |
| | |
| namespace | tool_usertours\local\filter |
| | |
| namespace | tool_usertours\local\forms |
| | |
| namespace | tool_usertours\local\table |
| | |
| namespace | tool_usertours\local\target |
| | |
| namespace | tool_usertours\output |
| | |
| namespace | tool_usertours\privacy |
| | |
Functions | |
| tool_usertours_before_footer () | |
| Add JS to bootstrap tours. | |
| tool_usertours_extend_navigation_user () | |
| Extend the user navigation to bootstrap tours. | |
| tool_usertours_get_fontawesome_icon_map () | |
| Map icons for font-awesome themes. | |
| tool_usertours_inplace_editable ($itemtype, $itemid, $newvalue) | |
| Manage inplace editable saves. | |
| tool_usertours_pluginfile ($course, $cm, $context, $filearea, $args, $forcedownload, array $options=[]) | |
| Serves any files associated with the user tour content. | |
| xmldb_tool_usertours_install () | |
| Perform the post-install procedures. | |
| xmldb_tool_usertours_upgrade ($oldversion) | |
| Upgrade the user tours plugin. | |
Variables | |
| $capabilities | |
| $capabilities | |
| $definitions | |
| $functions | |
| $plugin = 2023041800 | |
| $plugin | component = 'tool_usertours' |
| $plugin | version = 2023042400 |
| tool_usertours_before_footer | ( | ) |
Add JS to bootstrap tours.
Only in Moodle 3.3+
| tool_usertours_inplace_editable | ( | $itemtype, | |
| $itemid, | |||
| $newvalue | |||
| ) |
Manage inplace editable saves.
| string | $itemtype | The type of item. |
| int | $itemid | The ID of the item. |
| mixed | $newvalue | The new value |
| core::output::inplace_editable |
| tool_usertours_pluginfile | ( | $course, | |
| $cm, | |||
| $context, | |||
| $filearea, | |||
| $args, | |||
| $forcedownload, | |||
| array | $options = [] |
||
| ) |
Serves any files associated with the user tour content.
| stdClass | $course | Course object |
| stdClass | $cm | Course module object |
| context | $context | Context |
| string | $filearea | File area for data privacy |
| array | $args | Arguments |
| bool | $forcedownload | If we are forcing the download |
| array | $options | More options |
| bool | Returns false if we don't find a file. |
| xmldb_tool_usertours_upgrade | ( | $oldversion | ) |
Upgrade the user tours plugin.
| int | $oldversion | The old version of the user tours plugin |
| bool |
| $capabilities |
| $capabilities |
| $definitions |