13 calls to Tasks::fail() in Drupal 8
- Tasks::checkBinaryOutput in core/
lib/ Drupal/ Core/ Database/ Driver/ pgsql/ Install/ Tasks.php - Check Binary Output.
- Tasks::checkEncoding in core/
lib/ Drupal/ Core/ Database/ Driver/ pgsql/ Install/ Tasks.php - Check encoding is UTF8.
- Tasks::checkEngineVersion in core/
lib/ Drupal/ Core/ Database/ Install/ Tasks.php - Check the engine version.
- Tasks::checkEngineVersion in core/
lib/ Drupal/ Core/ Database/ Driver/ mysql/ Install/ Tasks.php - Check the engine version.
- Tasks::checkStandardConformingStrings in core/
lib/ Drupal/ Core/ Database/ Driver/ pgsql/ Install/ Tasks.php - Ensures standard_conforming_strings setting is 'on'.
- Tasks::connect in core/
lib/ Drupal/ Core/ Database/ Install/ Tasks.php - Check if we can connect to the database.
- Tasks::connect in core/
lib/ Drupal/ Core/ Database/ Driver/ sqlite/ Install/ Tasks.php - Check if we can connect to the database.
- Tasks::connect in core/
lib/ Drupal/ Core/ Database/ Driver/ pgsql/ Install/ Tasks.php - Check if we can connect to the database.
- Tasks::connect in core/
lib/ Drupal/ Core/ Database/ Driver/ mysql/ Install/ Tasks.php - Check if we can connect to the database.
- Tasks::ensureInnoDbAvailable in core/
lib/ Drupal/ Core/ Database/ Driver/ mysql/ Install/ Tasks.php - Ensure that InnoDB is available.
- Tasks::initializeDatabase in core/
lib/ Drupal/ Core/ Database/ Driver/ pgsql/ Install/ Tasks.php - Make PostgreSQL Drupal friendly.
- Tasks::runTasks in core/
lib/ Drupal/ Core/ Database/ Install/ Tasks.php - Run database tasks and tests to see if Drupal can run on the database.
- Tasks::runTestQuery in core/
lib/ Drupal/ Core/ Database/ Install/ Tasks.php - Run SQL tests to ensure the database can execute commands with the current user.