()
| 21 | } |
| 22 | |
| 23 | getMeta () { |
| 24 | return { |
| 25 | title: $.i18n.t('apcsp.title'), |
| 26 | meta: [ |
| 27 | { vmid: 'meta-description', name: 'description', content: $.i18n.t('apcsp.meta_description') } |
| 28 | ] |
| 29 | } |
| 30 | } |
| 31 | |
| 32 | initialize (options, name) { |
| 33 | this.name = name |
nothing calls this directly
no outgoing calls
no test coverage detected