| Total Complexity | 3 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | final class ElasticsearchIndexConfiguration implements ElasticsearchIndexConfigurationInterface |
||
| 8 | { |
||
| 9 | public function __construct(private readonly bool $dateDetection, private readonly string $dateFormats, private readonly array $activityLogProperties, private readonly array $currentDataTrackerProperties) |
||
| 11 | } |
||
| 12 | |||
| 13 | public function getActivityLogIndexConfig(ElasticsearchContextInterface $elasticsearchContext): array |
||
| 22 | ], |
||
| 23 | ], |
||
| 24 | ]; |
||
| 25 | } |
||
| 26 | |||
| 27 | public function getCurrentDataTrackerIndexConfig(ElasticsearchContextInterface $elasticsearchContext): array |
||
| 41 |