You are here

protected function WishlistUserForm::actionsElement in Commerce Wishlist 8.3

Returns the action form element for the current entity form.

Overrides EntityForm::actionsElement

File

src/Form/WishlistUserForm.php, line 288

Class

WishlistUserForm
Provides the wishlist user form.

Namespace

Drupal\commerce_wishlist\Form

Code

protected function actionsElement(array $form, FormStateInterface $form_state) {
  return [];
}