- ';
$functions = get_defined_functions();
foreach($functions['user'] as $function) {
print "
- $function "; } print '
Quick Drupal function reference
tags:
Submitted by Harry Slaughter on July 27, 2006 - 7:47pm
I got this little snippet off of drupal.org somewhere, but it's proving remarkabley handy for everyday development.
Create a php node with the following content:
<?php
print '
Thanks!
Nice to find your blog.
How is the order determined? They look like they're by module... maybe by module file?
Is there a way to create a header to each section?