()
| 136 | } |
| 137 | |
| 138 | buildRedirects() { |
| 139 | return generateRedirectsForPermalinks(this.permalinks, this.redirect_from || []) |
| 140 | } |
| 141 | |
| 142 | // Infer the parent product ID from the page's relative file path |
| 143 | get parentProductId() { |
no outgoing calls
no test coverage detected