Global flag to indicate that a task should be run on each installation request that reaches it.
This is primarily used by the Drupal installer for bootstrap-related tasks.
File
- includes/
install.core.inc, line 28 - API functions for installing Drupal.
Code
define('INSTALL_TASK_RUN_IF_REACHED', 2)
Login or register to post comments