Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
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 | configuration.php |
Step configuration detail class. | |
file | course.php |
Course filter. | |
file | courseformat.php |
Course format 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 |
Web Service functions for steps. | |
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\external |
| |
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. More... | |
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. More... | |
xmldb_tool_usertours_install () | |
Perform the post-install procedures. | |
xmldb_tool_usertours_upgrade ($oldversion) | |
Upgrade the user tours plugin. More... | |
Variables | |
$capabilities | |
$capabilities | |
$definitions | |
$functions | |
$plugin = 2020060900 | |
$plugin | component = 'tool_usertours' |
$plugin | version = 2020061502 |
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 |
string |
xmldb_tool_usertours_upgrade | ( | $oldversion | ) |
Upgrade the user tours plugin.
int | $oldversion | The old version of the user tours plugin |
bool |
$capabilities |
$capabilities |
$definitions |