|
| __construct ($field, $instance) |
|
| load ($entity) |
|
| instanceSettingsForm () |
|
| instanceSettingsFormValidate ($form, &$form_state) |
|
| getFieldName () |
|
| getField () |
|
| getInstance () |
|
| getFieldTerm () |
|
| getFieldTermID () |
|
| webServicesData () |
|
| viewsData ($view_base_id) |
|
| validate ($entity_type, $entity, $langcode, $items, &$errors) |
|
| elementInfo () |
|
| settingsForm ($has_data) |
|
| settingsFormValidate ($form, &$form_state) |
|
| settingsTheme ($element) |
|
| createInstance () |
|
| query ($query, $condition) |
|
| queryOrder ($query, $order) |
|
| getValueList ($options=[], $keyword=NULL) |
|
|
static | $default_label = 'Remote Tripal Site' |
|
static | $default_description = 'Allows for inclusion of remote data from another Tripal site.' |
|
static | $default_widget = 'remote__data_widget' |
|
static | $default_formatter = 'remote__data_formatter' |
|
static | $module = 'tripal_ws' |
|
static | $default_settings |
|
static | $default_instance_settings |
|
static | $no_ui = FALSE |
|
static | $no_data = TRUE |
|
static | $default_label = 'Remote Data' |
|
static | $default_description = '' |
|
static | $module = 'tripal_ws' |
|
static | $default_settings |
|
static | $default_instance_settings |
|
static | $default_label = 'Tripal Field' |
|
static | $default_description = 'The generic base class for all Tripal fields. Replace this text as appropriate for the child implementation.' |
|
static | $default_settings |
|
static | $default_instance_settings |
|
static | $download_formatters |
|
static | $default_widget = '' |
|
static | $default_formatter = '' |
|
static | $module = 'tripal' |
|
static | $no_ui = TRUE |
|
static | $no_data = FALSE |
|
|
static | info () |
|
| _addWebServiceElement (&$searchable_keys, &$sortable_keys, $parent_term_name, $parent_term, $element_name, $element_details) |
|
| _addViewsDataElement (&$data, $view_base_id, $parent, $element_name, $element_details) |
|
| $field |
|
| $instance |
|
| $term |
|
◆ __construct()
remote__data::__construct |
( |
|
$field, |
|
|
|
$instance |
|
) |
| |
Instantiates a new TripalField object.
- Parameters
-
$field | An array containing the field data as returned by field_info_field(). |
$instance | An array containing the instance data as returned by field_instance_info(). |
Reimplemented from TripalField.
◆ instanceSettingsForm()
remote__data::instanceSettingsForm |
( |
| ) |
|
◆ instanceSettingsFormValidate()
remote__data::instanceSettingsFormValidate |
( |
|
$form, |
|
|
& |
$form_state |
|
) |
| |
◆ load()
remote__data::load |
( |
|
$entity | ) |
|
◆ $default_instance_settings
remote__data::$default_instance_settings |
|
static |
Initial value:= [
'term_vocabulary' => 'schema',
'term_name' => 'Thing',
'term_accession' => 'property',
'term_fixed' => FALSE,
'auto_attach' => FALSE,
'data_info' => [
'query' => '',
'remote_site' => '',
'description' => '',
'rd_field_name' => '',
'site_logo' => '',
],
]
◆ $default_settings
remote__data::$default_settings |
|
static |
Initial value:= [
'storage' => 'field_tripal_ws_storage',
'searchable_keys' => [],
]
The documentation for this class was generated from the following file:
- tripal_ws/includes/TripalFields/remote__data/remote__data.inc