D8 Playground

Component ID

2486229

Component name

D8 Playground

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Sometimes you just want to execute some code inside a Drupal bootstrap. When /devel/php is missing your IDE integration in D7 you could easily implement hook_init and start writing. Now that hook_init isn't as easy to implement, simply install and look inside the module file:

/**
 * Run some code on every request.
 */
function playground_init() {

}