* Saves the configuration to the state store. * This is used to restore the configuration in the post action.
()
| 356 | * This is used to restore the configuration in the post action. |
| 357 | */ |
| 358 | saveState() { |
| 359 | core.saveState(STATE_CONFIG, this); |
| 360 | } |
| 361 | } |
| 362 | |
| 363 | /** |