Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
core_admin\external\set_plugin_state Class Reference
Inheritance diagram for core_admin\external\set_plugin_state:

Static Public Member Functions

static execute (string $plugin, int $state,)
 Set the plugin state.
 
static execute_parameters ()
 Returns description of method parameters.
 
static execute_returns ()
 Describe the return structure of the external service.
 

Detailed Description

Member Function Documentation

◆ execute()

static core_admin\external\set_plugin_state::execute ( string $plugin,
int $state )
static

Set the plugin state.

Parameters
string$pluginThe name of the plugin
int$stateThe target state
Return values
null

◆ execute_parameters()

static core_admin\external\set_plugin_state::execute_parameters ( )
static

Returns description of method parameters.

Return values
external_function_parameters

◆ execute_returns()

static core_admin\external\set_plugin_state::execute_returns ( )
static

Describe the return structure of the external service.

Return values
external_single_structure

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