1 | <?php |
||
20 | class IconExistsValidator extends AbstractValidator |
||
21 | { |
||
22 | /** |
||
23 | * Checks that the given icon identifier exists in the TYPO3 icon registry. |
||
24 | * |
||
25 | * @param mixed $value |
||
26 | */ |
||
27 | public function isValid($value) |
||
36 | |||
37 | /** |
||
38 | * @return IconRegistry |
||
39 | */ |
||
40 | protected function getIconRegistry() |
||
47 | } |
||
48 |