iLink

Component ID

1408742

Component name

iLink

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

814

Component created

Component changed

Component body

iLink, short for "integrated link", is an abstraction layer and plugin system to consolidate all the required callbacks to build links. This is not meant for simple links, but complicated concepts that require a "trigger" to invoke a series of operations, and optionally handle a response. Usually this would require a lot of callbacks and misc. boiler-plate code (think Drupal's ajax system), but iLink allows you to delegate the logic and callbacks into separate, manageable plugins, so it is kept out of the main module file.

This is an API module, and shouldn't be installed unless another module requires it.