| 1 | <?php |
||
| 16 | class CampaignAdminExtension extends Extension |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * Update the Popover menu of `FileFormFactory` with the "Add to campaign" button. |
||
| 20 | * |
||
| 21 | * @param FieldList $actions |
||
| 22 | * @param Controller $controller |
||
| 23 | * @param string $formName |
||
| 24 | * @param array $context |
||
| 25 | */ |
||
| 26 | public function updateFormActions($actions, $controller, $formName, $context) |
||
| 35 | } |
||
| 36 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.