Not supported (i.e. abandoned), and no longer being developed. Learn more about dealing with unsupported (abandoned) projects

Commons Events

This project has been merged into the main Drupal Commons repository with

Commons Origins

This project has been merged into the main Drupal Commons repository with #2009294: Consider moving invitations field and notifications code from commons notify into commons trusted contacts..

For Drupal Commons 3.4 or higher, visit http://www.drupal.org/project/commons to download commons and use this module.

Pathinfo

Image showing page description created by pathinfo.module.

This module was really more of a proof of concept that never became sophisticated enough to be truly useful. I am now marking it as unsupported.

If you are looking for something similar (but much richer), I recommend webprofiler (included with devel) for D8. Suggestions for a D7 equivalent welcome!

Overview

This module tells you which module and function is serving each Drupal url on your site. As soon as it is enabled, you will see a short description of the page's function in the footer of your site, like so:

 admin/structure/taxonomy is served by taxonomy_overview_vocabularies (form definition), implemented by taxonomy in /Users/cam8001/Sites/drupal/modules/taxonomy/taxonomy.admin.inc at line 15

Have you ever had a client or manager ask you to fix something that you have absolutely no familiarity with? This module will help you begin to figure out where content is coming from.

Features

The module will detect the following:

  • the function that serves each page;
  • the module that function is provided by;
  • the file that function is contained in;
  • the line number of the function;
  • any arguments being passed to the function;
  • for functions provided by core modules, a link to api docs on api.drupal.org.

This will be printed in the footer of any page that shows HTML.

Installation

jQuery Wrapper API

This module offers a PHP function that will wrap your inline Javascript for you in the manner described at http://drupal.org/node/171213.<

Pages

Subscribe with RSS Subscribe to RSS - Unsupported