|
| | load ($entity) |
| |
| | formatterView (&$element, $entity_type, $entity, $langcode, $items, $display) |
| |
| | widgetForm (&$widget, &$form, &$form_state, $langcode, $items, $delta, $element) |
| |
| | __construct ($field, $instance) |
| |
| | 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) |
| |
| | instanceSettingsForm () |
| |
| | settingsTheme ($element) |
| |
| | instanceSettingsFormValidate ($form, &$form_state) |
| |
| | createInstance () |
| |
| | query ($query, $condition) |
| |
| | queryOrder ($query, $order) |
| |
| | getValueList ($options=[], $keyword=NULL) |
| |
|
|
static | $default_label = 'Content Type' |
| |
|
static | $default_description = 'The Tripal content type.' |
| |
|
static | $default_settings = [] |
| |
|
static | $default_storage = 'tripal_no_storage' |
| |
|
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 |
| |
◆ formatterView()
| content_type::formatterView |
( |
& |
$element, |
|
|
|
$entity_type, |
|
|
|
$entity, |
|
|
|
$langcode, |
|
|
|
$items, |
|
|
|
$display |
|
) |
| |
- See also
- TripalField::formatterView()
◆ load()
| content_type::load |
( |
|
$entity | ) |
|
◆ widgetForm()
| content_type::widgetForm |
( |
& |
$widget, |
|
|
& |
$form, |
|
|
& |
$form_state, |
|
|
|
$langcode, |
|
|
|
$items, |
|
|
|
$delta, |
|
|
|
$element |
|
) |
| |
- See also
- TripalField::widgetForm()
The documentation for this class was generated from the following file:
- tripal/includes/TripalFields/content_type/content_type.inc