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

Public Member Functions

 getFormId ()
 
 submitForm (array &$form, FormStateInterface $form_state)
 
 buildForm (array $form, FormStateInterface $form_state)
 

Member Function Documentation

◆ buildForm()

Drupal\tripal\Form\TripalEntitySettingsForm::buildForm ( array  $form,
FormStateInterface  $form_state 
)

Defines the settings form for Tripal Content entities.

Parameters
array$formAn associative array containing the structure of the form.
\Drupal\Core\Form\FormStateInterface$form_stateThe 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$formAn associative array containing the structure of the form.
\Drupal\Core\Form\FormStateInterface$form_stateThe current state of the form.

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