Tripal
Public Member Functions | Static Public Member Functions | List of all members
Drupal\tripal_chado\Form\ChadoTermMappingForm Class Reference
Inheritance diagram for Drupal\tripal_chado\Form\ChadoTermMappingForm:
Inheritance graph
[legend]
Collaboration diagram for Drupal\tripal_chado\Form\ChadoTermMappingForm:
Collaboration graph
[legend]

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)
 

Detailed Description

Form handler for the Chado Term Mapping Configuration entity add and edit forms.

Constructor & Destructor Documentation

◆ __construct()

Drupal\tripal_chado\Form\ChadoTermMappingForm::__construct ( EntityTypeManagerInterface  $entityTypeManager)

Constructs an ChadoTermMappingForm object.

Parameters
\Drupal\Core\Entity\EntityTypeManagerInterface$entityTypeManagerThe entityTypeManager.

Member Function Documentation

◆ create()

static Drupal\tripal_chado\Form\ChadoTermMappingForm::create ( ContainerInterface  $container)
static

{}

◆ exist()

Drupal\tripal_chado\Form\ChadoTermMappingForm::exist (   $id)

Helper function to check whether a Chado Term Mapping configuration entity exists.

◆ form()

Drupal\tripal_chado\Form\ChadoTermMappingForm::form ( array  $form,
FormStateInterface  $form_state 
)

{}

◆ formAjaxCallback()

Drupal\tripal_chado\Form\ChadoTermMappingForm::formAjaxCallback (   $form,
$form_state 
)

Ajax callback for the form() function.

Parameters
array$formThe form array.
\Drupal\Core\Form\FormStateInterface$form_stateThe form state object.

◆ save()

Drupal\tripal_chado\Form\ChadoTermMappingForm::save ( array  $form,
FormStateInterface  $form_state 
)

{}


The documentation for this class was generated from the following file: