Simple Utilities
Categories
Component ID
1440374
Component name
Simple Utilities
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
356
Component created
Component changed
Component body
A collection of inexpensive functions for pulling small amounts of data from core
Drupal objects, nodes, users, files and comments. Sometimes you need to get a small
piece of data, for example, the author id of a node, many times over in a page.
Drupal's API provides node_load, which is great, but it can get a bit expensive
if you have to call it hundreds of times.
