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