1 | <?php |
||
20 | class SyncItemTo extends AbstractObjectItemAction |
||
21 | { |
||
22 | /** |
||
23 | * @inheritdoc |
||
24 | */ |
||
25 | public function getTriggerLabel(): string |
||
29 | |||
30 | /** |
||
31 | * @inheritdoc |
||
32 | */ |
||
33 | public function getConfirmationMessage() |
||
37 | |||
38 | /** |
||
39 | * @inheritdoc |
||
40 | */ |
||
41 | public function performAction(Objects $field, ElementInterface $element, ObjectAssociation $record): bool |
||
53 | } |
||
54 |