FastFetch

Component ID

1225920

Component name

FastFetch

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

2734

Component created

Component changed

Component body

Fetches data faster than using the standard Drupal API by avoiding node_load().

Functions in this release:

ff_title($nid, $type = "", $published = "")

  • Returns the name of the node provided in $nid
  • $nid = Node ID of item to lookup
  • $type = If provided, limit search to passed content type (Machine Readable)
  • $published = Returns title of nid regardless of publication status. If provided, limit search to 1 Published, or 0 Unpublished

ff_term($tid, $vid = "")

  • Returns the term name based on $tid with optional $vid

ff_type($nid)

  • Returns the content type of the provided $nid

Sponsored by Duo Consulting and Xeno Media