| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Lines | 7 |
| Ratio | 100 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | View Code Duplication | public function onAssignSection(AssignSectionEvent $event) |
|
| 22 | { |
||
| 23 | $contentInfo = $this->persistenceHandler->contentHandler()->loadContentInfo($event->getContentInfo()->id); |
||
| 24 | $this->searchHandler->indexContent( |
||
| 25 | $this->persistenceHandler->contentHandler()->load($contentInfo->id, $contentInfo->currentVersionNo) |
||
| 26 | ); |
||
| 27 | } |
||
| 28 | } |
||
| 29 |