Gets the database connection.
\Drupal\Core\Database\Connection The database connection object.
public function getDatabase() { $this->init(); return $this->database; }