()
| 82 | } |
| 83 | |
| 84 | getMeta () { |
| 85 | return { |
| 86 | title: $.i18n.t('courses.students'), |
| 87 | links: [ |
| 88 | { vmid: 'rel-canonical', rel: 'canonical', href: '/students' }, |
| 89 | ], |
| 90 | } |
| 91 | } |
| 92 | |
| 93 | constructor () { |
| 94 | super() |
nothing calls this directly
no outgoing calls
no test coverage detected