| 1 | <?php |
||
| 18 | class SyncItemFrom extends AbstractObjectItemAction |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * @inheritdoc |
||
| 22 | */ |
||
| 23 | public function getTriggerLabel(): string |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @inheritdoc |
||
| 30 | */ |
||
| 31 | public function getConfirmationMessage() |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @inheritdoc |
||
| 38 | */ |
||
| 39 | public function performAction(Objects $field, ElementInterface $element, ObjectAssociation $record): bool |
||
| 51 | } |
||
| 52 |