constant INSTALL_TASK_SKIP

Do not run the task during the current installation request.

This can be used to skip running an installation task when certain conditions are met, even though the task may still show on the list of installation tasks presented to the user. For example, the Drupal installer uses this flag to skip over the database configuration form when valid database connection information is already available from settings.php. It also uses this flag to skip language import tasks when the installation is being performed in English.

File

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

Code

define('INSTALL_TASK_SKIP', 1)

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/includes!install.core.inc/constant/INSTALL_TASK_SKIP/7.x