Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
20 | public function createView(RowData $data, array $options): CellViewInterface |
||
21 | { |
||
22 | // TODO: This is inefficient and will not work for proxies ... |
||
23 | $agent = $this->agentFinder->findFor(get_class($data->getObject())); |
||
24 | |||
25 | return new View\SelectView($agent->getIdentifier($data->getObject())); |
||
26 | } |
||
27 | |||
32 |