You are here

protected function EventTypeFieldMappingForm::actions in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/Form/EventTypeFieldMappingForm.php \Drupal\rng\Form\EventTypeFieldMappingForm::actions()
  2. 8 src/Form/EventTypeFieldMappingForm.php \Drupal\rng\Form\EventTypeFieldMappingForm::actions()

Remove delete element since it is confusing on non CRUD forms.

Overrides EntityForm::actions

File

src/Form/EventTypeFieldMappingForm.php, line 124

Class

EventTypeFieldMappingForm
Form for event type field mapping.

Namespace

Drupal\rng\Form

Code

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