* Returns the path used when matching this module against rule conditions. * @returns {NameForCondition | null} absolute path which should be used for condition matching (usually the resource path)
()
| 181 | * @returns {NameForCondition | null} absolute path which should be used for condition matching (usually the resource path) |
| 182 | */ |
| 183 | nameForCondition() { |
| 184 | return this.request; |
| 185 | } |
| 186 | |
| 187 | /** |
| 188 | * Generates code and runtime requirements for this module. |
no outgoing calls
no test coverage detected