|
Tripal
|


Public Member Functions | |
| __construct (EntityTypeManagerInterface $entityTypeManager) | |
| form (array $form, FormStateInterface $form_state) | |
| formAjaxCallback ($form, &$form_state) | |
| save (array $form, FormStateInterface $form_state) | |
| exist ($id) | |
Static Public Member Functions | |
| static | create (ContainerInterface $container) |
Form handler for the Chado Term Mapping Configuration entity add and edit forms.
| Drupal\tripal_chado\Form\ChadoTermMappingForm::__construct | ( | EntityTypeManagerInterface | $entityTypeManager | ) |
Constructs an ChadoTermMappingForm object.
| \Drupal\Core\Entity\EntityTypeManagerInterface | $entityTypeManager | The entityTypeManager. |
|
static |
{}
| Drupal\tripal_chado\Form\ChadoTermMappingForm::exist | ( | $id | ) |
Helper function to check whether a Chado Term Mapping configuration entity exists.
| Drupal\tripal_chado\Form\ChadoTermMappingForm::form | ( | array | $form, |
| FormStateInterface | $form_state | ||
| ) |
{}
| Drupal\tripal_chado\Form\ChadoTermMappingForm::formAjaxCallback | ( | $form, | |
| & | $form_state | ||
| ) |
Ajax callback for the form() function.
| array | $form | The form array. |
| \Drupal\Core\Form\FormStateInterface | $form_state | The form state object. |
| Drupal\tripal_chado\Form\ChadoTermMappingForm::save | ( | array | $form, |
| FormStateInterface | $form_state | ||
| ) |
{}