1 | <?php |
||
18 | class SyncItemTo extends AbstractIntegrationItemAction |
||
19 | { |
||
20 | /** |
||
21 | * @inheritdoc |
||
22 | */ |
||
23 | public function getTriggerLabel(): string |
||
27 | |||
28 | /** |
||
29 | * @inheritdoc |
||
30 | */ |
||
31 | public function getConfirmationMessage() |
||
35 | |||
36 | /** |
||
37 | * @inheritdoc |
||
38 | * @throws \Throwable |
||
39 | */ |
||
40 | public function performAction(Integrations $field, ElementInterface $element, IntegrationAssociation $record): bool |
||
55 | } |
||
56 |