| 1 | <?php  | 
            ||
| 17 | class SyncTo extends AbstractObjectAction  | 
            ||
| 18 | { | 
            ||
| 19 | /**  | 
            ||
| 20 | * @inheritdoc  | 
            ||
| 21 | */  | 
            ||
| 22 | public function getTriggerLabel(): string  | 
            ||
| 26 | |||
| 27 | /**  | 
            ||
| 28 | * @inheritdoc  | 
            ||
| 29 | */  | 
            ||
| 30 | public function getConfirmationMessage()  | 
            ||
| 37 | |||
| 38 | /**  | 
            ||
| 39 | * @inheritdoc  | 
            ||
| 40 | * @throws HttpException  | 
            ||
| 41 | * @throws \yii\base\InvalidConfigException  | 
            ||
| 42 | */  | 
            ||
| 43 | public function performAction(Objects $field, ElementInterface $element): bool  | 
            ||
| 67 | }  | 
            ||
| 68 |