You are here

constant INSTALL_TASK_RUN_IF_REACHED in Drupal 10

Same name and namespace in other branches
  1. 8 core/includes/install.core.inc \INSTALL_TASK_RUN_IF_REACHED
  2. 7 includes/install.core.inc \INSTALL_TASK_RUN_IF_REACHED
  3. 9 core/includes/install.core.inc \INSTALL_TASK_RUN_IF_REACHED

Run the task on each installation request that reaches it.

This is primarily used by the Drupal installer for bootstrap-related tasks.

2 uses of INSTALL_TASK_RUN_IF_REACHED
install_tasks in core/includes/install.core.inc
Returns a list of all tasks the installer currently knows about.
install_tasks_to_perform in core/includes/install.core.inc
Returns a list of tasks to perform during the current installation request.

File

core/includes/install.core.inc, line 62
API functions for installing Drupal.

Code

const INSTALL_TASK_RUN_IF_REACHED = 2;