HOWTO: Creating a URL Shortcut for Drupal API Documentation in Firefox

Profile picture

Every Drupal developer/hacker knows (or should know!) about the fantastic API Documentation the project has. This growing collection of documentation is one of the top reasons that Drupal continues to grow and expand as quickly as it does. It makes it very inviting for engineers to start getting savvy.

This started out more than a year ago as an independent project called "drupaldocs.org," and at that time there was a neat feature that let you type drupaldocs.org/function_name into your browser's location bar, and it would pull up that function, or search for function names containing whatever you typed if no exact match was found. This is similar to how php.net works (try php.net/preg_replace for instance), and it's a really nice thing for developers like me who elect to outsource memorizing engineering minutia like argument-order and specific syntax to the collective intelligence.

However, with the launch of api.drupal.org, the old style of finding functions went away. Alas! For months I despaired, until some of the heads in #drupal (developer chat channel) clued me in to a great feature in Firefox that lets you define wildcards in bookmarks.

FF bookmark for drupal api

As it turns out, there still is a url that you can add a function_name to on api.drupal.org to perform a quick search, but it's http://api.drupal.org/apis/4.7/function_name (or http://api.drupal.org/apis/HEAD/function_name if you want to search the budding 5.0 code). Using Firefox's bookmark interface (see the image there), I created a bookmark with a wildcard (%s) and a keyword (api). This lets me type "api function_name" into my browser toolbar, getting access to the documentation faster than ever!

While many engineers with a background in big-league IT will probably remain committed to Integrated Development Environments, collecting little tips and tricks like these can give us upstarts and new-schoolers a lot of power and flexibility without very much work at all. Happy drupalling!

Comments

Firefox users can also install one of the available extensions to search the Drupal API and the drupal.org site.
mycroft.mozdev.org

I'll have to check that out. I love the Firefox extension scene... the browser-as-platform thing is the future.

Josh, you just made my day. This is my new favorite blog of the week.

I was unable to follow the instructions above.

I found this, and I got it.

http://www.rhs.com/web/blog/rhs.nsf/stories/CoolMozilaFirefoxlTrickWildcardBookmarkShortcuts

If the URL query is not exposed for your examination, add a favelet to your bookmarks to change the query from POST to GET:

Use these bookmark properties

Name: formget

Location:
javascript:(function(){var x,i; x = document.forms; for (i = 0; i < x.length; ++i) x[i].method=%22get%22; alert(%22Changed %22 + x.length + %22 forms to use the GET method. After submitting a form from this page, you should be able to bookmark the result.%22); })();

Keyword: formget

Description:
Turns all Post forms on a page into Get forms, allowing you to bookmark a search-results page.

-------------------
For example if I search for "seattle" I get this URL:

http://groups.drupal.org/search/node/seattle

However, if I use formget, and then do a search for "seattle", I get this query URL

http://groups.drupal.org/search/node?keys=seattle&op=Search&form_token=3...

Now I can substitute "%s" for "seattle" and setup a keyword search bookmark for the drupal groups.

http://groups.drupal.org/search/node?keys=%s&op=Search&form_token=&form_...

Keyword: drupalgroups

Now I can enter
URL Location: drupalgroups seattle

I realize the URL below will work just as well as the elaborate example above. I wanted to show how the formget works on any web site that uses a form POST to query.

http://groups.drupal.org/search/node/%s

It looks like this is possible if you use the del.icio.us ff extension (There's a field for keyword) but I can't figure it out. I can only get the keyword to work without the %s. When I throw that in there it doesn't know what to do and sends me on a google search of "api theme" or whatever I was trying to search for.

Note that the path has changed recently to:

http://api.drupal.org/api/5/function/%s

Gotapi is a nice solution for having all api documentation you need in one place... Drupal 4.7/head documentation is accessible through this site.

http://www.gotapi.com/

For fans of YubNub (yubnub.org), I've created a YubNub command for this.

Example1: dapi base_path
Returns the Drupal 5 API documentation for base_path()

Example2: dapi db_error
Returns the Drupal 5 API documentation for db_error()

Another one with some functionalities

keyword searches for drupal.org for keyword.
6:keyword searches drupal 6 api for keyword.
7:keyword searches drupal 7 api for keyword.
m:modulename takes you directly to the drupal module page.

http://www.wydle.com/drupal-api-search-for-firefox

Thanks

Add comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <br> <br/> <br /> <p> <img> <blockquote> <i> <b> <u>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options

By submitting this form, you accept the Mollom privacy policy.

Client Testimonial

Chapter Three did phenomenal work for us. We were under a tight deadline to design and develop a new site for the foundation, with particular emphasis on a content management system that enabled us to define and categorize the variety of work we do with the National Institutes of Health and its 27 institutes and centers. Chapter Three worked seamlessly with our designer Flax Media to build a site that matched our content management needs. They were responsive and available for additional requests we had. I highly recommend working with Chapter Three! We couldn't be happier with the results.

Kathleen Barrett, Manager, Communications & Web Strategy, the Foundation for the National Institutes of Health

Drupalcon SF 2010