| 1 | <?php |
||
| 22 | class Volumes extends Base |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * Get all asset transforms |
||
| 26 | * |
||
| 27 | * @return VolumeInterface[] |
||
| 28 | */ |
||
| 29 | protected function getRecords() |
||
| 33 | |||
| 34 | /** |
||
| 35 | * {@inheritdoc} |
||
| 36 | */ |
||
| 37 | protected function saveRecord(Model $record, array $definition) |
||
| 41 | |||
| 42 | /** |
||
| 43 | * {@inheritdoc} |
||
| 44 | */ |
||
| 45 | protected function deleteRecord(Model $record) |
||
| 49 | } |
||
| 50 |