◆ form()
NewickImporter::form |
( |
|
$form, |
|
|
& |
$form_state |
|
) |
| |
◆ formValidate()
NewickImporter::formValidate |
( |
|
$form, |
|
|
& |
$form_state |
|
) |
| |
◆ run()
◆ $button_text
NewickImporter::$button_text = 'Import Newick file' |
|
static |
Text that should appear on the button at the bottom of the importer form.
◆ $description
NewickImporter::$description = 'Load Newick formatted phylogenetic trees.' |
|
static |
A brief description for this loader. This description will be presented to the site user.
◆ $file_types
NewickImporter::$file_types = ['tree', 'txt'] |
|
static |
An array containing the extensions of allowed file types.
◆ $machine_name
NewickImporter::$machine_name = 'chado_newick_loader' |
|
static |
The machine name for this loader. This name will be used to construct the URL for the loader.
◆ $methods
Initial value:= [
'file_upload' => TRUE,
'file_local' => TRUE,
'file_remote' => TRUE,
]
Indicates the methods that the file uploader will support.
◆ $name
NewickImporter::$name = 'Newick Tree Loader' |
|
static |
The name of this loader. This name will be presented to the site user.
◆ $upload_description
NewickImporter::$upload_description = 'Please provide the Newick formatted tree file (one tree per file only). The file must have a .txt or .tree extension.' |
|
static |
Provides information to the user about the file upload. Typically this may include a description of the file types allowed.
◆ $upload_title
NewickImporter::$upload_title = 'Newick Upload' |
|
static |
The title that should appear above the file upload section.
The documentation for this class was generated from the following file:
- tripal_chado/includes/TripalImporter/NewickImporter.inc