function chado_add_node_form_properties_remove_button_validate

2.x tripal_core.chado_nodes.properties.api.inc chado_add_node_form_properties_remove_button_validate($form, &$form_state)
3.x tripal_core.chado_nodes.properties.api.inc chado_add_node_form_properties_remove_button_validate($form, &$form_state)

Called by the many remove buttons in chado_add_node_form_properties

Related topics

1 call to chado_add_node_form_properties_remove_button_validate()
chado_add_node_form_subtables_remove_button_validate in tripal_core/api/tripal_core.chado_nodes.api.inc
Validate Removing Subtables entries from the node forms. Supported subtables: Properties, Relationships, Additional DBxrefs.

File

tripal_core/api/tripal_core.chado_nodes.properties.api.inc, line 717
API to manage the chado prop table for various Tripal Node Types

Code

function chado_add_node_form_properties_remove_button_validate($form, &$form_state) {
  // No validation needed.
}