Skip to content
Snippets Groups Projects
Commit 4a308a01 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Change in OntologyTermAdaptor method names:

  fetch_all_by_child_term() --> fetch_all_by_descendant_term()
  fetch_by_child_term()     --> fetch_all_by_child_term()

  fetch_all_by_parent_term()    --> fetch_all_by_ancestor_term()
  fetch_by_parent_term()        --> fetch_all_by_parent_term()


Also, make accessors read-only.
parent 34cb21ea
No related branches found
No related tags found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment