| Total Complexity | 6 |
| Total Lines | 44 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | class SynonymsSiteConfig extends DataExtension { |
||
| 8 | |||
| 9 | private static $db = array( |
||
|
|
|||
| 10 | 'SearchSynonyms' => 'Text', // fulltextsearch synonyms.txt content |
||
| 11 | ); |
||
| 12 | |||
| 13 | public function updateCMSFields(FieldList $fields) { |
||
| 28 | )) |
||
| 29 | ); |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @inheritdoc |
||
| 34 | * |
||
| 35 | * @param ValidationResult $validationResult |
||
| 36 | */ |
||
| 37 | public function validate(ValidationResult $validationResult) { |
||
| 55 |