File tree 8 files changed +32
-32
lines changed
docs/apis/subsystems/external
version-4.4/apis/subsystems/external
version-4.5/apis/subsystems/external
version-5.0/apis/subsystems/external 8 files changed +32
-32
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ Please note that deprecation notices will be added to this pathway from Moodle 4
60
60
61
61
namespace local_groupmanager\external;
62
62
63
- use external_function_parameters;
64
- use external_multiple_structure;
65
- use external_single_structure;
66
- use external_value;
63
+ use core_external\ external_function_parameters;
64
+ use core_external\ external_multiple_structure;
65
+ use core_external\ external_single_structure;
66
+ use core_external\ external_value;
67
67
68
68
class create_groups extends \core_external\external_api {
69
69
public static function execute_parameters(): external_function_parameters {
Original file line number Diff line number Diff line change @@ -145,10 +145,10 @@ This will be located in the file `local/groupmanager/classes/external/create_gro
145
145
<?php
146
146
namespace local_groupmanager\external;
147
147
148
- use external_function_parameters;
149
- use external_multiple_structure;
150
- use external_single_structure;
151
- use external_value;
148
+ use core_external\ external_function_parameters;
149
+ use core_external\ external_multiple_structure;
150
+ use core_external\ external_single_structure;
151
+ use core_external\ external_value;
152
152
153
153
class create_groups extends \core_external\external_api {
154
154
Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ Please note that deprecation notices will be added to this pathway from Moodle 4
60
60
61
61
namespace local_groupmanager\external;
62
62
63
- use external_function_parameters;
64
- use external_multiple_structure;
65
- use external_single_structure;
66
- use external_value;
63
+ use core_external\ external_function_parameters;
64
+ use core_external\ external_multiple_structure;
65
+ use core_external\ external_single_structure;
66
+ use core_external\ external_value;
67
67
68
68
class create_groups extends \core_external\external_api {
69
69
public static function execute_parameters(): external_function_parameters {
Original file line number Diff line number Diff line change @@ -145,10 +145,10 @@ This will be located in the file `local/groupmanager/classes/external/create_gro
145
145
<?php
146
146
namespace local_groupmanager\external;
147
147
148
- use external_function_parameters;
149
- use external_multiple_structure;
150
- use external_single_structure;
151
- use external_value;
148
+ use core_external\ external_function_parameters;
149
+ use core_external\ external_multiple_structure;
150
+ use core_external\ external_single_structure;
151
+ use core_external\ external_value;
152
152
153
153
class create_groups extends \core_external\external_api {
154
154
Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ Please note that deprecation notices will be added to this pathway from Moodle 4
60
60
61
61
namespace local_groupmanager\external;
62
62
63
- use external_function_parameters;
64
- use external_multiple_structure;
65
- use external_single_structure;
66
- use external_value;
63
+ use core_external\ external_function_parameters;
64
+ use core_external\ external_multiple_structure;
65
+ use core_external\ external_single_structure;
66
+ use core_external\ external_value;
67
67
68
68
class create_groups extends \core_external\external_api {
69
69
public static function execute_parameters(): external_function_parameters {
Original file line number Diff line number Diff line change @@ -145,10 +145,10 @@ This will be located in the file `local/groupmanager/classes/external/create_gro
145
145
<?php
146
146
namespace local_groupmanager\external;
147
147
148
- use external_function_parameters;
149
- use external_multiple_structure;
150
- use external_single_structure;
151
- use external_value;
148
+ use core_external\ external_function_parameters;
149
+ use core_external\ external_multiple_structure;
150
+ use core_external\ external_single_structure;
151
+ use core_external\ external_value;
152
152
153
153
class create_groups extends \core_external\external_api {
154
154
Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ Please note that deprecation notices will be added to this pathway from Moodle 4
60
60
61
61
namespace local_groupmanager\external;
62
62
63
- use external_function_parameters;
64
- use external_multiple_structure;
65
- use external_single_structure;
66
- use external_value;
63
+ use core_external\ external_function_parameters;
64
+ use core_external\ external_multiple_structure;
65
+ use core_external\ external_single_structure;
66
+ use core_external\ external_value;
67
67
68
68
class create_groups extends \core_external\external_api {
69
69
public static function execute_parameters(): external_function_parameters {
Original file line number Diff line number Diff line change @@ -145,10 +145,10 @@ This will be located in the file `local/groupmanager/classes/external/create_gro
145
145
<?php
146
146
namespace local_groupmanager\external;
147
147
148
- use external_function_parameters;
149
- use external_multiple_structure;
150
- use external_single_structure;
151
- use external_value;
148
+ use core_external\ external_function_parameters;
149
+ use core_external\ external_multiple_structure;
150
+ use core_external\ external_single_structure;
151
+ use core_external\ external_value;
152
152
153
153
class create_groups extends \core_external\external_api {
154
154
You can’t perform that action at this time.
0 commit comments