Deprecated
Table of Contents
MigrationIssue.php
| Line | Element | Reason |
|---|---|---|
| 95 | MigrationIssue::setContentMigration() | This method is no longer used and will be removed in a future version |
| 107 | MigrationIssue::checkContentMigration() | This method is no longer used and will be removed in a future version |
Course.php
| Line | Element | Reason |
|---|---|---|
| 1193 | Course::getStudents() | Use getUsers() with enrollment_type[] = ['student'] instead |
Group.php
| Line | Element | Reason |
|---|---|---|
| 416 | Group::addUser() | Use createMembership() for more control |
CreateGroupCategoryDTO.php
| Line | Element | Reason |
|---|---|---|
| 54 | CreateGroupCategoryDTO::$splitGroupCount | Use assign_unassigned_members endpoint instead |
UpdateGroupCategoryDTO.php
| Line | Element | Reason |
|---|---|---|
| 54 | UpdateGroupCategoryDTO::$splitGroupCount | Use assign_unassigned_members endpoint instead |
PaginatedResponse.php
| Line | Element | Reason |
|---|---|---|
| 473 | PaginatedResponse::fetchAllPages() | Use all() instead |
Helpers.php
| Line | Element | Reason |
|---|---|---|
| 16 | str_to_snake_case() | Use \CanvasLMS\Utilities\Str::toSnakeCase() instead |