INSTALL_TASK_RUN_IF_REACHED

  1. drupal
    1. 7 includes/install.core.inc
    2. 8 core/includes/install.core.inc

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