bootstrap_hooks

5 bootstrap.inc bootstrap_hooks()
6 bootstrap.inc bootstrap_hooks()
7 bootstrap.inc bootstrap_hooks()
8 bootstrap.inc bootstrap_hooks()

Define the critical hooks that force modules to always be loaded.

1 call to bootstrap_hooks()

File

includes/bootstrap.inc, line 799
Functions that need to be loaded on every Drupal request.

Code

function bootstrap_hooks() {
  return array('boot', 'exit');
}

Comments

hooks

Anyone can explain it.I need to know what is hook and why we are using hook...use of hook..hoe to use and where to use

Login or register to post comments