| 1 | <?php |
||
| 20 | trait DeleteElementTrait |
||
| 21 | { |
||
| 22 | use ManageElementTrait; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @inheritdoc |
||
| 26 | */ |
||
| 27 | protected function statusCodeSuccess(): int |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @inheritdoc |
||
| 34 | * @param ElementInterface $element |
||
| 35 | * @throws \Throwable |
||
| 36 | */ |
||
| 37 | protected function performAction(ElementInterface $element): bool |
||
| 41 | } |
||
| 42 |