View Own Unpublished

Component type

module

Maintenance status

Development status

Component created

Component changed

View Own Unpublished

Note: I created this module for a project in which I needed this, but probably I won't need it again so I hope there is someone who can take over maintenance. The code is pretty trivial though, it should keep working as long as the Drupal permissions API doesn't change.

Run Code

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides a Code Editor, which accepts a piece of code(currently PHP only) and displays its output. To get an Idea, think of following editors.

  • W3School's "Try It!" editor.
  • writecodeonline.com's editor.

Inputs are Welcome !

Features to Expect in future:-

Routing Debug

Component type

module

Categories

Maintenance status

Development status

Downloads

621

Component created

Component changed

Overview

Routing Debug is a simple module that provides menu routing table with additional information like:

  • name of the callback function,
  • filename and path of file where the callback is defined,
  • line number of function definition.

Intention of the module is to help developer to identify potential menu overrides. Module interface is accessible on devel/routing_debug URL.