Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/apis/subsystems/external/description.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ $functions = [
// use in the Moodle Mobile App.
MOODLE_OFFICIAL_MOBILE_SERVICE,
],
),
);
],
];
```

<details>
Expand All @@ -76,8 +76,8 @@ $functions = [
// The file containing the class/external function.
// Do not use if using namespaced auto-loading classes.
'classpath' => 'local/groupmanager/externallib.php',
),
);
],
];
```

</details>
Expand Down
4 changes: 2 additions & 2 deletions docs/apis/subsystems/external/writing-a-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ $functions = [
// The file containing the class/external function.
// Do not use if using namespaced auto-loading classes.
// 'classpath' => 'local/groupmanager/externallib.php',
),
);
],
];
```

</details>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ $functions = [
// use in the Moodle Mobile App.
MOODLE_OFFICIAL_MOBILE_SERVICE,
],
),
);
],
];
```

<details>
Expand All @@ -74,8 +74,8 @@ $functions = [
// The file containing the class/external function.
// Do not use if using namespaced auto-loading classes.
'classpath' => 'local/groupmanager/externallib.php',
),
);
],
];
```

</details>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ $functions = [
// The file containing the class/external function.
// Do not use if using namespaced auto-loading classes.
// 'classpath' => 'local/groupmanager/externallib.php',
),
);
],
];
```

</details>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ $functions = [
// use in the Moodle Mobile App.
MOODLE_OFFICIAL_MOBILE_SERVICE,
],
),
);
],
];
```

<details>
Expand All @@ -76,8 +76,8 @@ $functions = [
// The file containing the class/external function.
// Do not use if using namespaced auto-loading classes.
'classpath' => 'local/groupmanager/externallib.php',
),
);
],
];
```

</details>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ $functions = [
// The file containing the class/external function.
// Do not use if using namespaced auto-loading classes.
// 'classpath' => 'local/groupmanager/externallib.php',
),
);
],
];
```

</details>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ $functions = [
// use in the Moodle Mobile App.
MOODLE_OFFICIAL_MOBILE_SERVICE,
],
),
);
],
];
```

<details>
Expand All @@ -76,8 +76,8 @@ $functions = [
// The file containing the class/external function.
// Do not use if using namespaced auto-loading classes.
'classpath' => 'local/groupmanager/externallib.php',
),
);
],
];
```

</details>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ $functions = [
// The file containing the class/external function.
// Do not use if using namespaced auto-loading classes.
// 'classpath' => 'local/groupmanager/externallib.php',
),
);
],
];
```

</details>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ $functions = [
// use in the Moodle Mobile App.
MOODLE_OFFICIAL_MOBILE_SERVICE,
],
),
);
],
];
```

<details>
Expand All @@ -76,8 +76,8 @@ $functions = [
// The file containing the class/external function.
// Do not use if using namespaced auto-loading classes.
'classpath' => 'local/groupmanager/externallib.php',
),
);
],
];
```

</details>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ $functions = [
// The file containing the class/external function.
// Do not use if using namespaced auto-loading classes.
// 'classpath' => 'local/groupmanager/externallib.php',
),
);
],
];
```

</details>
Expand Down