| 1 | <?php |
||
| 10 | class QueueableEntityFormatter extends AggregateFormatterAware |
||
| 11 | { |
||
| 12 | |||
| 13 | /** |
||
| 14 | * {@inheritdoc} |
||
| 15 | */ |
||
| 16 | public function format($target) |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @param QueueableEntityInterface $target |
||
| 28 | * @return string |
||
| 29 | */ |
||
| 30 | protected function formatId(QueueableEntityInterface $target) |
||
| 42 | |||
| 43 | /** |
||
| 44 | * {@inheritdoc} |
||
| 45 | */ |
||
| 46 | public function canFormat($target) |
||
| 54 | } |