Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
mod_bigbluebuttonbn\local\extension\action_url_addons Class Reference

A single action class to mutate the action URL. More...

Public Member Functions

 execute (string $action='', array $data=[], array $metadata=[])
 Mutate the action URL.
 

Detailed Description

A single action class to mutate the action URL.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Author
Laurent David (laure.nosp@m.nt@c.nosp@m.all-l.nosp@m.earn.nosp@m.ing.f.nosp@m.r)

Member Function Documentation

◆ execute()

mod_bigbluebuttonbn\local\extension\action_url_addons::execute ( string $action = '',
array $data = [],
array $metadata = [] )

Mutate the action URL.

By design:

  1. we should only add parameters
  2. we cannot count on the order the subplugins are called
Parameters
string$action
array$data
array$metadata
Return values
arrayassociative array with the additional data and metadata (indexed by 'data' and 'metadata' keys).

The documentation for this class was generated from the following file: