function Tasks::pass

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Database/Install/Tasks.php \Drupal\Core\Database\Install\Tasks::pass()

Asserts test as a pass.

File

core/lib/Drupal/Core/Database/Install/Tasks.php, line 105

Class

Tasks
Database installer structure.

Namespace

Drupal\Core\Database\Install

Code

protected function pass($message) {
  $this->results['pass'][] = $message;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.