Bristol SU Support Package
ModuleSettingsStore.php
Go to the documentation of this file.
1 <?php
2 
4 
6 
11 {
12 
20  public function register(string $alias, Form $settings);
21 
30  public function get(string $alias): Form;
31 
32 }