Moodle APIs 4.1
Moodle 4.1.9+ (Build: 20240402)
Static Public Member Functions | Static Protected Member Functions | List of all members
tiny_media\plugininfo Class Reference
Inheritance diagram for tiny_media\plugininfo:

Static Public Member Functions

static get_available_buttons ()
 Get a list of the buttons provided by this plugin.
 
static get_available_menuitems ()
 Get a list of the menu items provided by this plugin.
 
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_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.
 

Static Protected Member Functions

static get_file_manager_configuration (context $context, array $options, array $fpoptions)
 

Member Function Documentation

◆ get_available_buttons()

static tiny_media\plugininfo::get_available_buttons ( )
static

Get a list of the buttons provided by this plugin.

Return values
string[]

Implements editor_tiny\plugin_with_buttons.

◆ get_available_menuitems()

static tiny_media\plugininfo::get_available_menuitems ( )
static

Get a list of the menu items provided by this plugin.

Return values
string[]

Implements editor_tiny\plugin_with_menuitems.

◆ get_plugin_configuration_for_context()

static tiny_media\plugininfo::get_plugin_configuration_for_context ( context  $context,
array  $options,
array  $fpoptions,
?editor  $editor = null 
)
static

Get a list of the menu items provided by this plugin.

Parameters
context$contextThe context that the editor is used within
array$optionsThe options passed in when requesting the editor
array$fpoptionsThe filepicker options passed in when requesting the editor
editor$editorThe editor instance in which the plugin is initialised
Return values
array

Implements editor_tiny\plugin_with_configuration.

◆ 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$contextThe context that the editor is used within
array$optionsThe options passed in when requesting the editor
array$fpoptionsThe filepicker options passed in when requesting the editor
editor$editorThe editor instance in which the plugin is initialised
Return values
array

◆ is_enabled()

static tiny_media\plugininfo::is_enabled ( context  $context,
array  $options,
array  $fpoptions,
?editor  $editor = null 
)
static

Whether the plugin is enabled.

Parameters
context$contextThe context that the editor is used within
array$optionsThe options passed in when requesting the editor
array$fpoptionsThe filepicker options passed in when requesting the editor
editor$editorThe editor instance in which the plugin is initialised
Return values
boolean

Reimplemented from editor_tiny\plugin.


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