| 1 | <?php |
||
| 18 | class EntityBrowserEditForm extends EntityBrowserForm { |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Returns the actions provided by this form. |
||
| 22 | * |
||
| 23 | * @param array $form |
||
| 24 | * An associative array containing the structure of the form. |
||
| 25 | * @param \Drupal\Core\Form\FormStateInterface $form_state |
||
| 26 | * An associative array containing the current state of the form. |
||
| 27 | * |
||
| 28 | * @return array |
||
| 29 | * An array of supported actions for the current entity form. |
||
| 30 | */ |
||
| 31 | protected function actions(array $form, FormStateInterface $form_state) { |
||
| 36 | |||
| 37 | } |
||
| 38 |