◆ buildForm()
Drupal\tripal\Form\TripalEntitySettingsForm::buildForm |
( |
array |
$form, |
|
|
FormStateInterface |
$form_state |
|
) |
| |
Defines the settings form for Tripal Content entities.
- Parameters
-
array | $form | An associative array containing the structure of the form. |
\Drupal\Core\Form\FormStateInterface | $form_state | The current state of the form. |
- Returns
- array Form definition array.
◆ getFormId()
Drupal\tripal\Form\TripalEntitySettingsForm::getFormId |
( |
| ) |
|
Returns a unique string identifying the form.
- Returns
- string The unique string identifying the form.
◆ submitForm()
Drupal\tripal\Form\TripalEntitySettingsForm::submitForm |
( |
array & |
$form, |
|
|
FormStateInterface |
$form_state |
|
) |
| |
Form submission handler.
- Parameters
-
array | $form | An associative array containing the structure of the form. |
\Drupal\Core\Form\FormStateInterface | $form_state | The current state of the form. |
The documentation for this class was generated from the following file:
- tripal/src/Form/TripalEntitySettingsForm.php