Hook Advice

Component type

module

Categories

Maintenance status

Development status

Downloads

523

Component created

Component changed

A developer friendly module which provides instant information about hook callbacks from where or which file the request is coming.

Suppose if you need to find out module name, page callback, page arguments, etc then normally a developer goes to sites/all/modules and tries to search the module files manually. Sometimes it consumes lot of time to find the file from which the request is coming exactly. This module tries to give a solution.

How to use it?

In case clean URL is disabled
**********************

site_name/?q=somecontent&hook_advice=1

Hashids

Component type

module

Maintenance status

Development status

Downloads

1625

Component created

Component changed

Hashids is a small open-source library that generates short, unique, non-sequential ids from numbers.

It converts numbers like 347 into strings like “yr8”, or array of numbers like [27, 986] into “3kTMd”.

You can also decode those ids back. This is useful in bundling several parameters into one or simply using them as short UIDs.

See the official project page at http://hashids.org/

Features: