|
| | form ($form, &$form_state) |
| |
| | formValidate ($form, &$form_state) |
| |
| | run () |
| |
| | formSubmit ($form, &$form_state) |
| |
| | __construct (array $configuration, $plugin_id, $plugin_definition, ChadoConnection $connection, ?Messenger $messenger=NULL, ?TripalLogger $logger=NULL, ?TripalFileRetriever $fileretriever=NULL, ?TripalBackendPublishManager $publish_manager=NULL,) |
| |
| | getChadoConnection () |
| |
| | startTransactions () |
| |
| | addAnalysis ($form, &$form_state) |
| |
| | postRun () |
| |
| | __construct (array $configuration, $plugin_id, $plugin_definition, ?Messenger $messenger=NULL, ?TripalLogger $logger=NULL, ?TripalFileRetriever $fileretriever=NULL, ?TripalBackendPublishManager $publish_manager=NULL,) |
| |
| | describeUploadFileFormat () |
| |
| | setJob ($job) |
| |
| | rollbackTransaction (string $stage) |
| |
| | createImportJob ($run_args, $file_details=[]) |
| |
| | load ($import_id) |
| |
| | submitJob () |
| |
| | prepareFiles () |
| |
| | cleanFile () |
| |
| | setArguments (array $arguments) |
| |
| | getArguments () |
| |
|
| static | create (ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition,) |
| |
| | addBundleTypeProperty (string $pkey, int $record_id, string $property_table, string $termIdSpace, string $termAccession, string $value='', ?int $rank=NULL) |
| |
| | setTotalItems ($total_items) |
| |
| | addItemsHandled ($num_handled) |
| |
| | setItemsHandled ($total_handled) |
| |
| | setInterval ($interval) |
| |
| | xmlIsValid (string $xml) |
| |
|
| $chado_schema_main |
| |
|
| $messenger = NULL |
| |
|
| $connection |
| |
| array | $bundle_type_id = [] |
| |
|
| $messenger = NULL |
| |
|
| $logger = NULL |
| |
|
| $fileretriever = NULL |
| |
|
| $publish_manager = NULL |
| |
| | $job |
| |
| | $arguments |
| |
| | $import_id |
| |
| | $is_prepared |
| |
|
| $reported |
| |
|
| $plugin_id |
| |
|
| $plugin_definition |
| |
◆ form()
| Drupal\tripal_chado\Plugin\TripalImporter\NewickImporter::form |
( |
|
$form, |
|
|
& |
$form_state |
|
) |
| |
◆ formSubmit()
| Drupal\tripal_chado\Plugin\TripalImporter\NewickImporter::formSubmit |
( |
|
$form, |
|
|
& |
$form_state |
|
) |
| |
{Handles submission of the form elements.The form elements provided in the implementation of the form() function can be used for special submit if needed.
- Parameters
-
| array | $form | The form array definition. |
| \Drupal\Core\Form\FormStateInterface | $form_state | The form state object. |
}
Implements Drupal\tripal\TripalImporter\Interfaces\TripalImporterInterface.
◆ formValidate()
| Drupal\tripal_chado\Plugin\TripalImporter\NewickImporter::formValidate |
( |
|
$form, |
|
|
& |
$form_state |
|
) |
| |
◆ run()
| Drupal\tripal_chado\Plugin\TripalImporter\NewickImporter::run |
( |
| ) |
|
The documentation for this class was generated from the following file:
- tripal_chado/src/Plugin/TripalImporter/NewickImporter.php