|
Tripal
|


Public Member Functions | |
| viewElements (FieldItemListInterface $items, $langcode) | |
| settingsForm (array $form, FormStateInterface $form_state) | |
| settingsSummary () | |
Public Member Functions inherited from Drupal\tripal_chado\TripalField\ChadoFormatterBase | |
| settingsFormValidateTokenString (array $form, FormStateInterface $form_state) | |
Public Member Functions inherited from Drupal\tripal\TripalField\TripalFormatterBase | |
| sanitizeKey ($key) | |
Static Public Member Functions | |
| static | defaultSettings () |
| static | settingsFormValidateLineLength (array $form, FormStateInterface $form_state) |
Plugin implementation of Default Tripal field formatter for sequence data
@FieldFormatter( id = "chado_sequence_formatter_default", label = @Translation("Chado Sequence Residues Display"), description = @Translation("Displays chado sequence residues from the feature table on the page."), field_types = { "chado_sequence_type_default" } )
|
static |
{}
| Drupal\tripal_chado\Plugin\Field\FieldFormatter\ChadoSequenceFormatterDefault::settingsForm | ( | array | $form, |
| FormStateInterface | $form_state | ||
| ) |
{{}}
Reimplemented from Drupal\tripal_chado\TripalField\ChadoFormatterBase.
|
static |
Form element validation handler for line wrap setting
| array | $form | The form where the settings form is being included in. |
| \Drupal\Core\Form\FormStateInterface | $form_state | The form state of the (entire) form. |
| Drupal\tripal_chado\Plugin\Field\FieldFormatter\ChadoSequenceFormatterDefault::settingsSummary | ( | ) |
{{}}
Reimplemented from Drupal\tripal_chado\TripalField\ChadoFormatterBase.
| Drupal\tripal_chado\Plugin\Field\FieldFormatter\ChadoSequenceFormatterDefault::viewElements | ( | FieldItemListInterface | $items, |
| $langcode | |||
| ) |
{}