Node Taxonomy Defaults

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Node Taxonomy Defaults provides options to change taxonomy related behaviors upon node creation or editing. It currently allows:

  • To hide disallowed terms from term selection lists
  • Preselect a taxonomy term upon node creation based on the path of the referral
  • Redirect after node submission to the path of the selected term.

dump

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module declares a function to dump info to use it as quick debug without break your site.

It uses /tmp/dump directory by default to dump the data you want

you can write into your module dump_the($info) wherever you like and it'll dumps data into a file the variable/array/object $info. The output is done in a file called
.html, then you can use you favourite browser and go to /tmp/dump directory and find all your dumps sorted by time, file and line.