Tiny autosave plugin for Moodle.  
 More...
|  | 
| static | get_plugin_configuration_for_context (context $context, array $options, array $fpoptions, ?editor $editor=null) | 
|  | Get a list of the menu items provided by this plugin. 
 | 
|  | 
| static | get_plugin_configuration_for_context (context $context, array $options, array $fpoptions, ?\editor_tiny\editor $editor=null) | 
|  | 
| static | get_plugin_info (context $context, array $options, array $fpoptions, ?editor $editor=null) | 
|  | Get the plugin information for the plugin. 
 | 
|  | 
| static | is_enabled (context $context, array $options, array $fpoptions, ?editor $editor=null) | 
|  | Whether the plugin is enabled. 
 | 
|  | 
Tiny autosave plugin for Moodle. 
- Copyright
- 2021 Andrew Lyons andre.nosp@m.w@ni.nosp@m.cols..nosp@m.co.u.nosp@m.k 
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 
◆ get_plugin_configuration_for_context()
  
  | 
        
          | static editor_tiny\plugin_with_configuration::get_plugin_configuration_for_context | ( | context | $context, |  
          |  |  | array | $options, |  
          |  |  | array | $fpoptions, |  
          |  |  | ?editor | $editor = null ) |  | staticinherited | 
 
 
◆ get_plugin_info()
  
  | 
        
          | static editor_tiny\plugin::get_plugin_info | ( | context | $context, |  
          |  |  | array | $options, |  
          |  |  | array | $fpoptions, |  
          |  |  | ?editor | $editor = null ) |  | staticfinalinherited | 
 
Get the plugin information for the plugin. 
- Parameters
- 
  
    | context | $context | The context that the editor is used within |  | array | $options | The options passed in when requesting the editor |  | array | $fpoptions | The filepicker options passed in when requesting the editor |  | editor | $editor | The editor instance in which the plugin is initialised |  
 
- Return values
- 
  
  
 
 
◆ is_enabled()
  
  | 
        
          | static editor_tiny\plugin::is_enabled | ( | context | $context, |  
          |  |  | array | $options, |  
          |  |  | array | $fpoptions, |  
          |  |  | ?editor | $editor = null ) |  | staticinherited | 
 
Whether the plugin is enabled. 
- Parameters
- 
  
    | context | $context | The context that the editor is used within |  | array | $options | The options passed in when requesting the editor |  | array | $fpoptions | The filepicker options passed in when requesting the editor |  | editor | $editor | The editor instance in which the plugin is initialised |  
 
- Return values
- 
  
  
Reimplemented in tiny_media\plugininfo, tiny_premium\plugininfo, and tiny_recordrtc\plugininfo.
 
 
The documentation for this class was generated from the following file: