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