@@ -15,8 +15,14 @@ |
||
| 15 | 15 | |
| 16 | 16 | interface FormTypeRegistryInterface |
| 17 | 17 | { |
| 18 | + /** |
|
| 19 | + * @return void |
|
| 20 | + */ |
|
| 18 | 21 | public function add(string $identifier, string $typeIdentifier, string $formType): void; |
| 19 | 22 | |
| 23 | + /** |
|
| 24 | + * @return string|null |
|
| 25 | + */ |
|
| 20 | 26 | public function get(string $identifier, string $typeIdentifier): ?string; |
| 21 | 27 | |
| 22 | 28 | public function has(string $identifier, string $typeIdentifier): bool; |